mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Fix the unintentional behavior change"
This commit is contained in:
commit
6d54f9f53c
@ -123,7 +123,7 @@ public final class KeyboardSwitcher implements KeyboardState.SwitchActions {
|
|||||||
builder.setOptions(
|
builder.setOptions(
|
||||||
mSubtypeSwitcher.isShortcutImeEnabled(),
|
mSubtypeSwitcher.isShortcutImeEnabled(),
|
||||||
settingsValues.mShowsVoiceInputKey,
|
settingsValues.mShowsVoiceInputKey,
|
||||||
mLatinIME.shouldSwitchToOtherInputMethods());
|
mLatinIME.shouldShowLanguageSwitchKey());
|
||||||
mKeyboardLayoutSet = builder.build();
|
mKeyboardLayoutSet = builder.build();
|
||||||
mCurrentSettingsValues = settingsValues;
|
mCurrentSettingsValues = settingsValues;
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user