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

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

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

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

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