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

Commit 4c3ce848 authored by Adam Powell's avatar Adam Powell
Browse files

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

Change-Id: Ie5d163740ab1b919fef497c06caeb6807db0df52
parent 9123cbfe
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();
        }