Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f4baf30 authored by Grace Kloba's avatar Grace Kloba Committed by Android Git Automerger
Browse files

am d7439f4b: Use computeVerticalScrollRange() to find the bottom of the page...

am d7439f4b: Use computeVerticalScrollRange() to find the bottom of the page as mContentHeight is not in the view system.

Merge commit 'd7439f4b' into eclair-mr2

* commit 'd7439f4b':
  Use computeVerticalScrollRange() to find the bottom
parents 09550fde d7439f4b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1537,7 +1537,7 @@ public class WebView extends AbsoluteLayout
        }
        nativeClearCursor(); // start next trackball movement from page edge
        if (bottom) {
            return pinScrollTo(mScrollX, mContentHeight, true, 0);
            return pinScrollTo(mScrollX, computeVerticalScrollRange(), true, 0);
        }
        // Page down.
        int h = getHeight();