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

Commit 3015edb0 authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi Committed by Android Git Automerger
Browse files

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

* commit 'a31940df':
  Reset drag accelerator state in Editor#sendOnTextChanged.
parents cb40c0c9 a31940df
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();
    }