mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
fixed scrolling delays
This commit is contained in:
parent
35cab90dfb
commit
f85b548f7e
1 changed files with 1 additions and 3 deletions
|
@ -206,9 +206,7 @@ public class ZLAndroidWidget extends View implements ZLViewWidget, View.OnLongCl
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
animator.startAutoScrolling(x, y, speed);
|
animator.startAutoScrolling(x, y, speed);
|
||||||
if (animator.getMode().Auto) {
|
postInvalidate();
|
||||||
postInvalidate();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void drawOnBitmap(Bitmap bitmap, ZLView.PageIndex index) {
|
void drawOnBitmap(Bitmap bitmap, ZLView.PageIndex index) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue