Merge "Exit insert mode when EditText lose focus"
This commit is contained in:
@@ -1637,6 +1637,10 @@ public class Editor {
|
||||
mSelectionModifierCursorController.resetTouchOffsets();
|
||||
}
|
||||
|
||||
if (mInsertModeController != null) {
|
||||
mInsertModeController.exitInsertMode();
|
||||
}
|
||||
|
||||
ensureNoSelectionIfNonSelectable();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user