Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4debfcb3 authored by Cary Clark's avatar Cary Clark
Browse files

Don't draw the selection pointer on long press.

bug:3169375
Change-Id: I76cedf0951213c1ee869ccbaa97938f0c6385942
parent 14aa0592
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3570,6 +3570,7 @@ public class WebView extends AbsoluteLayout
        setUpSelect();
        if (mNativeClass != 0 && nativeWordSelection(x, y)) {
            nativeSetExtendSelection();
            mDrawSelectionPointer = false;
            return true;
        }
        selectionDone();