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

Commit d7439f4b authored by Grace Kloba's avatar Grace Kloba
Browse files

Use computeVerticalScrollRange() to find the bottom

of the page as mContentHeight is not in the view system.

Fix http://b/issue?id=2251909
parent c9966891
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1525,7 +1525,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();