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

Commit a31940df authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi Committed by Android (Google) Code Review
Browse files

Merge "Reset drag accelerator state in Editor#sendOnTextChanged." into mnc-dev

parents b24f01f4 f4e347d6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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();
    }