mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Get rid of useless updateShiftState
Because KeyboardState.onLoadKeyboard will invoke SwitcherActions.requestUpdateShiftState eventually, the calling updateShiftState at the end of KeyboardSwitcher.onLoadKeyboard is useless. Change-Id: Ib6e746b1516ef1b4c981807a9b8785a046ba50e0
This commit is contained in:
parent
530f5d7e15
commit
56518d424d
@ -149,7 +149,6 @@ public class KeyboardSwitcher implements KeyboardState.SwitchActions,
|
||||
if (mainKeyboardId.isPhoneKeyboard()) {
|
||||
mState.setSymbolsKeyboard();
|
||||
}
|
||||
updateShiftState();
|
||||
}
|
||||
|
||||
public void saveKeyboardState() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user