Loading core/java/android/widget/Editor.java +5 −0 Original line number Diff line number Diff line Loading @@ -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() { Loading Loading @@ -4113,6 +4114,10 @@ public class Editor { public void show() { getHandle().show(); if (mSelectionModifierCursorController != null) { mSelectionModifierCursorController.hide(); } } public void hide() { Loading Loading
core/java/android/widget/Editor.java +5 −0 Original line number Diff line number Diff line Loading @@ -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() { Loading Loading @@ -4113,6 +4114,10 @@ public class Editor { public void show() { getHandle().show(); if (mSelectionModifierCursorController != null) { mSelectionModifierCursorController.hide(); } } public void hide() { Loading