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

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

am 3c814072: Merge "Only clear the caret when in caret selection mode." into jb-dev

* commit '3c814072':
  Only clear the caret when in caret selection mode.
parents 45240cb3 3c814072
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -7512,7 +7512,9 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc
                }

                case CLEAR_CARET_HANDLE:
                    if (mIsCaretSelection) {
                        selectionDone();
                    }
                    break;

                case KEY_PRESS: