am 0f45e1bf: Fix a bug where autoshift would be ignored coming from emoji
* commit '0f45e1bfbca5c972b46acc1277d5f2fcad4fbf15': Fix a bug where autoshift would be ignored coming from emojimain
commit
a605db24a6
|
@ -327,6 +327,9 @@ public final class KeyboardState {
|
||||||
}
|
}
|
||||||
mIsAlphabetMode = false;
|
mIsAlphabetMode = false;
|
||||||
mIsEmojiMode = true;
|
mIsEmojiMode = true;
|
||||||
|
// Remember caps lock mode and reset alphabet shift state.
|
||||||
|
mPrevMainKeyboardWasShiftLocked = mAlphabetShiftState.isShiftLocked();
|
||||||
|
mAlphabetShiftState.setShiftLocked(false);
|
||||||
mSwitchActions.setEmojiKeyboard();
|
mSwitchActions.setEmojiKeyboard();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue