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

Commit 5354a327 authored by George Mount's avatar George Mount Committed by Android Git Automerger
Browse files

am 8871403a: Merge "Show caret handle when clicking in the middle of text." into jb-dev

* commit '8871403a':
  Show caret handle when clicking in the middle of text.
parents ad26d4d6 8871403a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7872,7 +7872,7 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc
        nativeSetTextSelection(mNativeClass, data.mSelectTextPtr);

        if ((data.mSelectionReason == TextSelectionData.REASON_ACCESSIBILITY_INJECTOR)
                || (!mSelectingText
                || (!mSelectingText && data.mStart != data.mEnd
                        && data.mSelectionReason != TextSelectionData.REASON_SELECT_WORD)) {
            selectionDone();
            mShowTextSelectionExtra = true;