am 292f39c1: Merge "b/3350774 Enforce clearing the flag mIsHandlingMultiTouch." into honeycomb
* commit '292f39c1201f2f08ac90d5562a7fd7070e9b32a0': b/3350774 Enforce clearing the flag mIsHandlingMultiTouch.
This commit is contained in:
@@ -5405,6 +5405,7 @@ public class WebView extends AbsoluteLayout
|
||||
case MotionEvent.ACTION_DOWN: {
|
||||
mPreventDefault = PREVENT_DEFAULT_NO;
|
||||
mConfirmMove = false;
|
||||
mIsHandlingMultiTouch = false;
|
||||
mInitialHitTestResult = null;
|
||||
if (!mScroller.isFinished()) {
|
||||
// stop the current scroll animation, but if this is
|
||||
|
||||
Reference in New Issue
Block a user