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

Commit c99e447e authored by John Reck's avatar John Reck
Browse files

Don't switch to handle drag mode when starting selection

 Bug: 5327408

Change-Id: Ibda37b1a661d9cdc80a86bc16488178b69fac4a2
parent 5dd1916c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4280,7 +4280,6 @@ public class WebView extends AbsoluteLayout
        }
        nativeSetExtendSelection();
        mDrawSelectionPointer = false;
        mSelectionStarted = true;
        mTouchMode = TOUCH_DRAG_MODE;
        return true;
    }