1
0
Fork 0
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:
Nikolay Pultsin 2011-04-22 00:32:51 +01:00
parent 35cab90dfb
commit f85b548f7e

View file

@ -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) {