Loading core/java/android/widget/Editor.java +4 −0 Original line number Diff line number Diff line Loading @@ -1162,6 +1162,10 @@ public class Editor { // We do not hide the span controllers, since they can be added when a new text is // inserted into the text view (voice IME). hideCursorControllers(); // Reset drag accelerator. if (mSelectionModifierCursorController != null) { mSelectionModifierCursorController.resetTouchOffsets(); } stopTextActionMode(); } Loading Loading
core/java/android/widget/Editor.java +4 −0 Original line number Diff line number Diff line Loading @@ -1162,6 +1162,10 @@ public class Editor { // We do not hide the span controllers, since they can be added when a new text is // inserted into the text view (voice IME). hideCursorControllers(); // Reset drag accelerator. if (mSelectionModifierCursorController != null) { mSelectionModifierCursorController.resetTouchOffsets(); } stopTextActionMode(); } Loading