Don't draw the selection pointer on long press.
bug:3169375 Change-Id: I76cedf0951213c1ee869ccbaa97938f0c6385942
This commit is contained in:
@@ -3570,6 +3570,7 @@ public class WebView extends AbsoluteLayout
|
||||
setUpSelect();
|
||||
if (mNativeClass != 0 && nativeWordSelection(x, y)) {
|
||||
nativeSetExtendSelection();
|
||||
mDrawSelectionPointer = false;
|
||||
return true;
|
||||
}
|
||||
selectionDone();
|
||||
|
||||
Reference in New Issue
Block a user