mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 18:29:23 +02:00
fixed vertical scrolling animation
This commit is contained in:
parent
188ae8917d
commit
2ffab8151b
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ public class ZLAndroidWidget extends View implements View.OnLongClickListener {
|
|||
}
|
||||
final AnimationProvider animator = getAnimationProvider();
|
||||
final int w = getWidth();
|
||||
final int h = getHeight();
|
||||
final int h = getMainAreaHeight();
|
||||
switch (pageIndex) {
|
||||
case current:
|
||||
switch (myPageToScrollTo) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue