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

Commit 83f5eccb authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Fix bug 3226108 - WebView would not update content properly after a fling."

parents ab0a3c05 4c3ce848
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -3050,13 +3050,11 @@ public class WebView extends AbsoluteLayout
            } else {
                mScrollX = x;
                mScrollY = y;
                if (mScroller.getStartX() != mScrollX || mScroller.getStartY() != mScrollY) {
                abortAnimation();
                mPrivateHandler.removeMessages(RESUME_WEBCORE_PRIORITY);
                WebViewCore.resumePriority();
                WebViewCore.resumeUpdatePicture(mWebViewCore);
            }
            }
        } else {
            super.computeScroll();
        }