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

Commit 6f885d1b authored by Andrei Stingaceanu's avatar Andrei Stingaceanu Committed by Android Git Automerger
Browse files

am fa660f79: Merge "Fix: text selection bubbles move along with the text" into mnc-dev

* commit 'fa660f79':
  Fix: text selection bubbles move along with the text
parents e52807d3 fa660f79
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1806,6 +1806,7 @@ public class Editor {
                // When the cursor moves, the word that was typed may need spell check
                mSpellChecker.onSelectionChanged();
            }

            if (!extractedTextModeWillBeStarted()) {
                if (isCursorInsideEasyCorrectionSpan()) {
                    mShowSuggestionRunnable = new Runnable() {
@@ -4113,6 +4114,10 @@ public class Editor {

        public void show() {
            getHandle().show();

            if (mSelectionModifierCursorController != null) {
                mSelectionModifierCursorController.hide();
            }
        }

        public void hide() {