mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
* commit '4a782da382b83164ea5c23c771b771e73bbe31b3': Fix NPE when pressing ALT key
This commit is contained in:
commit
7defe926ca
@ -261,6 +261,9 @@ public final class KeyboardSwitcher implements KeyboardState.SwitchActions {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void onToggleEmojiKeyboard() {
|
public void onToggleEmojiKeyboard() {
|
||||||
|
if (mKeyboardLayoutSet == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (isShowingEmojiPalettes()) {
|
if (isShowingEmojiPalettes()) {
|
||||||
setAlphabetKeyboard();
|
setAlphabetKeyboard();
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user