mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
A follow up to I830de4d1
bug: 5130446 Change-Id: Ib1a4603590387c30be7555b8386f5e0607ea7249
This commit is contained in:
parent
89fdb82753
commit
e56e88beff
@ -545,9 +545,8 @@ public class KeyboardSwitcher implements SharedPreferences.OnSharedPreferenceCha
|
||||
private void setAutomaticTemporaryUpperCase() {
|
||||
if (mKeyboardView == null) return;
|
||||
final Keyboard keyboard = mKeyboardView.getKeyboard();
|
||||
if (keyboard != null) {
|
||||
keyboard.setAutomaticTemporaryUpperCase();
|
||||
}
|
||||
if (keyboard == null) return;
|
||||
keyboard.setAutomaticTemporaryUpperCase();
|
||||
mKeyboardView.invalidateAllKeys();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user