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

Commit 292f39c1 authored by Huahui Wu's avatar Huahui Wu Committed by Android (Google) Code Review
Browse files

Merge "b/3350774 Enforce clearing the flag mIsHandlingMultiTouch." into honeycomb

parents 1ec1fdfc bc7c1482
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -5405,6 +5405,7 @@ public class WebView extends AbsoluteLayout
            case MotionEvent.ACTION_DOWN: {
            case MotionEvent.ACTION_DOWN: {
                mPreventDefault = PREVENT_DEFAULT_NO;
                mPreventDefault = PREVENT_DEFAULT_NO;
                mConfirmMove = false;
                mConfirmMove = false;
                mIsHandlingMultiTouch = false;
                mInitialHitTestResult = null;
                mInitialHitTestResult = null;
                if (!mScroller.isFinished()) {
                if (!mScroller.isFinished()) {
                    // stop the current scroll animation, but if this is
                    // stop the current scroll animation, but if this is