mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am d8ba6abf: Merge "[DO NOT MERGE] Fix a bug where autoshift would be ignored coming from emoji" into klp-dev
* commit 'd8ba6abfeef1bce43af3e0ac517e20172c9e8cc5': [DO NOT MERGE] Fix a bug where autoshift would be ignored coming from emoji
This commit is contained in:
commit
a79431b42b
@ -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…
x
Reference in New Issue
Block a user