mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
* commit '93c2fa8d3e65ab91898760e64636d5d10942ea17': Fix a pernicious bug with caps.
This commit is contained in:
commit
d0b02b526a
@ -178,6 +178,8 @@ public final class KeyboardState {
|
||||
if (!state.mIsAlphabetShiftLocked) {
|
||||
setShifted(state.mShiftMode);
|
||||
}
|
||||
// TODO: is this the right place to do this? Should we do this in setShift* instead?
|
||||
mSwitchActions.requestUpdatingShiftState();
|
||||
} else {
|
||||
mPrevMainKeyboardWasShiftLocked = state.mIsAlphabetShiftLocked;
|
||||
}
|
||||
|
@ -2929,6 +2929,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
||||
return;
|
||||
}
|
||||
tryFixLyingCursorPosition();
|
||||
mKeyboardSwitcher.updateShiftState();
|
||||
if (tryResumeSuggestions) mHandler.postResumeSuggestions();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user