Don't draw the selection pointer on long press.

bug:3169375
Change-Id: I76cedf0951213c1ee869ccbaa97938f0c6385942
This commit is contained in:
Cary Clark
2010-11-05 14:20:32 -04:00
parent 14aa0592e6
commit 4debfcb3d4

View File

@@ -3570,6 +3570,7 @@ public class WebView extends AbsoluteLayout
setUpSelect();
if (mNativeClass != 0 && nativeWordSelection(x, y)) {
nativeSetExtendSelection();
mDrawSelectionPointer = false;
return true;
}
selectionDone();