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

Commit 7c38077e authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Fix inval issue" into jb-dev

parents 975b9b78 0bb0198d
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -2979,7 +2979,10 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc
            // updated when we get out of that mode.
            if (!mDrawHistory) {
                // repin our scroll, taking into account the new content size
                updateScrollCoordinates(pinLocX(getScrollX()), pinLocY(getScrollY()));
                if (updateScrollCoordinates(pinLocX(getScrollX()),
                        pinLocY(getScrollY()))) {
                    invalidate();
                }
                if (!mScroller.isFinished()) {
                    // We are in the middle of a scroll.  Repin the final scroll
                    // position.