Merge "Don't switch to handle drag mode when starting selection"

This commit is contained in:
John Reck
2011-09-16 14:24:33 -07:00
committed by Android (Google) Code Review

View File

@@ -4280,7 +4280,6 @@ public class WebView extends AbsoluteLayout
} }
nativeSetExtendSelection(); nativeSetExtendSelection();
mDrawSelectionPointer = false; mDrawSelectionPointer = false;
mSelectionStarted = true;
mTouchMode = TOUCH_DRAG_MODE; mTouchMode = TOUCH_DRAG_MODE;
return true; return true;
} }