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

Commit 60a640f4 authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi Committed by Android Git Automerger
Browse files

am 3015edb0: am a31940df: Merge "Reset drag accelerator state in...

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

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