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

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

start drag of text selection on initial press

bug:3182813
Change-Id: Id27b1caa31881ce543d395461f0504d894cf0403
parent e41bb535
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3738,6 +3738,8 @@ public class WebView extends AbsoluteLayout
        if (mNativeClass != 0 && nativeWordSelection(x, y)) {
            nativeSetExtendSelection();
            mDrawSelectionPointer = false;
            mSelectionStarted = true;
            mTouchMode = TOUCH_DRAG_MODE;
            return true;
        }
        selectionDone();