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

Commit a3c285e8 authored by Jean Chalard's avatar Jean Chalard
Browse files

[DO NOT MERGE] Fix a bug where autoshift would be ignored coming from emoji

Bug: 11123691
Change-Id: I36474e12e34af95051129840865015f85595411b
parent cf0a94fa
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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();
    }