mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 82c68bfb: Fix for 2305181: "shift A shift M" quickly gives Am instead of AM
Merge commit '82c68bfbfc9442ebb7d8be842aaf8dedf5ffc76e' into eclair-mr2-plus-aosp * commit '82c68bfbfc9442ebb7d8be842aaf8dedf5ffc76e': Fix for 2305181: "shift A shift M" quickly gives Am instead of AM
This commit is contained in:
commit
f4eb9bd9b1
@ -673,6 +673,7 @@ public class LatinIME extends InputMethodService
|
||||
}
|
||||
|
||||
private void handleShift() {
|
||||
mHandler.removeMessages(MSG_UPDATE_SHIFT_STATE);
|
||||
Keyboard currentKeyboard = mInputView.getKeyboard();
|
||||
if (mKeyboardSwitcher.isAlphabetMode()) {
|
||||
// Alphabet keyboard
|
||||
|
Loading…
x
Reference in New Issue
Block a user