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

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

am 5354a327: am 8871403a: Merge "Show caret handle when clicking in the middle...

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

* commit '5354a327':
  Show caret handle when clicking in the middle of text.
parents 8c5f7616 5354a327
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7909,7 +7909,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;