Reset saved caps lock sate when new keyboard is loaded
Bug: 5722919 Change-Id: Id92632a0feffc3342d3c31e90c0da973c934f3c0
This commit is contained in:
parent
6b7100feca
commit
b300dbbd39
1 changed files with 2 additions and 0 deletions
|
@ -126,6 +126,7 @@ public class KeyboardSwitcher implements SharedPreferences.OnSharedPreferenceCha
|
||||||
}
|
}
|
||||||
|
|
||||||
public void restore() {
|
public void restore() {
|
||||||
|
mPrevMainKeyboardWasShiftLocked = false;
|
||||||
if (!mIsValid || mIsAlphabetMode) {
|
if (!mIsValid || mIsAlphabetMode) {
|
||||||
setAlphabetKeyboard();
|
setAlphabetKeyboard();
|
||||||
} else {
|
} else {
|
||||||
|
@ -593,6 +594,7 @@ public class KeyboardSwitcher implements SharedPreferences.OnSharedPreferenceCha
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: Move this variable to KeyboardState.
|
||||||
private boolean mPrevMainKeyboardWasShiftLocked;
|
private boolean mPrevMainKeyboardWasShiftLocked;
|
||||||
|
|
||||||
private void setSymbolsKeyboard() {
|
private void setSymbolsKeyboard() {
|
||||||
|
|
Loading…
Reference in a new issue