am a79431b4: am d8ba6abf: Merge "[DO NOT MERGE] Fix a bug where autoshift would be ignored coming from emoji" into klp-dev
* commit 'a79431b42b9ef67fc1e68507b5c09f3597fa2121': [DO NOT MERGE] Fix a bug where autoshift would be ignored coming from emojimain
commit
6032dcf950
|
@ -327,6 +327,9 @@ public final class KeyboardState {
|
|||
}
|
||||
mIsAlphabetMode = false;
|
||||
mIsEmojiMode = true;
|
||||
// Remember caps lock mode and reset alphabet shift state.
|
||||
mPrevMainKeyboardWasShiftLocked = mAlphabetShiftState.isShiftLocked();
|
||||
mAlphabetShiftState.setShiftLocked(false);
|
||||
mSwitchActions.setEmojiKeyboard();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue