Skip to content

Commit c99e447

Browse files
committed
Don't switch to handle drag mode when starting selection
Bug: 5327408 Change-Id: Ibda37b1a661d9cdc80a86bc16488178b69fac4a2
1 parent 5dd1916 commit c99e447

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/java/android/webkit/WebView.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4280,7 +4280,6 @@ boolean selectText(int x, int y) {
42804280
}
42814281
nativeSetExtendSelection();
42824282
mDrawSelectionPointer = false;
4283-
mSelectionStarted = true;
42844283
mTouchMode = TOUCH_DRAG_MODE;
42854284
return true;
42864285
}

0 commit comments

Comments
 (0)