* commit '4a782da382b83164ea5c23c771b771e73bbe31b3': Fix NPE when pressing ALT key
This commit is contained in:
commit
7defe926ca
1 changed files with 3 additions and 0 deletions
|
@ -261,6 +261,9 @@ public final class KeyboardSwitcher implements KeyboardState.SwitchActions {
|
|||
}
|
||||
|
||||
public void onToggleEmojiKeyboard() {
|
||||
if (mKeyboardLayoutSet == null) {
|
||||
return;
|
||||
}
|
||||
if (isShowingEmojiPalettes()) {
|
||||
setAlphabetKeyboard();
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue