Skip to content

Commit 9ba9841

Browse files
committed
AutoCaps: Fix AutoCaps broken if backspacing to blank
Signed-off-by: Jean-Pierre Rasquin <[email protected]>
1 parent 532e89e commit 9ba9841

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/org/pocketworkstation/pckeyboard/LatinIME.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2244,6 +2244,7 @@ && sameAsTextBeforeCursor(ic, mEnteredText)) {
22442244
}
22452245
mJustRevertedSeparator = null;
22462246
ic.endBatchEdit();
2247+
updateShiftKeyState(getCurrentInputEditorInfo());
22472248
}
22482249

22492250
private void setModCtrl(boolean val) {

0 commit comments

Comments
 (0)