mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am b300dbbd: Reset saved caps lock sate when new keyboard is loaded
* commit 'b300dbbd39b1aed738028fb538aa935a7fbd2e37': Reset saved caps lock sate when new keyboard is loaded
This commit is contained in:
commit
8982d240e4
@ -126,6 +126,7 @@ public class KeyboardSwitcher implements SharedPreferences.OnSharedPreferenceCha
|
||||
}
|
||||
|
||||
public void restore() {
|
||||
mPrevMainKeyboardWasShiftLocked = false;
|
||||
if (!mIsValid || mIsAlphabetMode) {
|
||||
setAlphabetKeyboard();
|
||||
} else {
|
||||
@ -593,6 +594,7 @@ public class KeyboardSwitcher implements SharedPreferences.OnSharedPreferenceCha
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: Move this variable to KeyboardState.
|
||||
private boolean mPrevMainKeyboardWasShiftLocked;
|
||||
|
||||
private void setSymbolsKeyboard() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user