Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a782da3 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android Git Automerger
Browse files

am f145fff0: Merge "Fix NPE when pressing ALT key" into lmp-dev

* commit 'f145fff0':
  Fix NPE when pressing ALT key
parents 2d508203 f145fff0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -261,6 +261,9 @@ public final class KeyboardSwitcher implements KeyboardState.SwitchActions {
    }

    public void onToggleEmojiKeyboard() {
        if (mKeyboardLayoutSet == null) {
            return;
        }
        if (isShowingEmojiPalettes()) {
            setAlphabetKeyboard();
        } else {