Small fixes
This commit is contained in:
parent
d39805441b
commit
0edc976abd
1 changed files with 1 additions and 6 deletions
|
@ -33,12 +33,7 @@ public class ScrollHelper {
|
|||
public void run() {
|
||||
isInContinuousScrolling = true;
|
||||
while (hasActiveDirections()) {
|
||||
app.runInUIThread(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
notifyListener(true);
|
||||
}
|
||||
});
|
||||
notifyListener(true);
|
||||
try {
|
||||
Thread.sleep(REFRESHING_DELAY_MS);
|
||||
} catch (InterruptedException e) {
|
||||
|
|
Loading…
Reference in a new issue