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

Commit 5e17a1a1 authored by Cary Clark's avatar Cary Clark
Browse files

don't scroll past the document bounds

bug:3260869
Change-Id: I255d2b18d738a422bd9d2948621b65e2f54ca0cd
parent 81f19ffb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6742,7 +6742,7 @@ public class WebView extends AbsoluteLayout
                        mSentAutoScrollMessage = false;
                        break;
                    }
                    scrollBy(mAutoScrollX, mAutoScrollY);
                    pinScrollBy(mAutoScrollX, mAutoScrollY, true, 0);
                    sendEmptyMessageDelayed(
                            SCROLL_SELECT_TEXT, SELECT_SCROLL_INTERVAL);
                    break;