am 3015edb0: am a31940df: Merge "Reset drag accelerator state in Editor#sendOnTextChanged." into mnc-dev
* commit '3015edb01e35d35f2971af7c6c9c6cfe9a2b8b2c': Reset drag accelerator state in Editor#sendOnTextChanged.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user