Skip to content

Commit

Permalink
AutoCaps: Fix AutoCaps broken if backspacing to blank
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Pierre Rasquin <[email protected]>
  • Loading branch information
yank555-lu committed Nov 28, 2018
1 parent 532e89e commit 9ba9841
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2244,6 +2244,7 @@ && sameAsTextBeforeCursor(ic, mEnteredText)) {
}
mJustRevertedSeparator = null;
ic.endBatchEdit();
updateShiftKeyState(getCurrentInputEditorInfo());
}

private void setModCtrl(boolean val) {
Expand Down

0 comments on commit 9ba9841

Please sign in to comment.