Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 56518d42 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

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
parent 530f5d7e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -149,7 +149,6 @@ public class KeyboardSwitcher implements KeyboardState.SwitchActions,
        if (mainKeyboardId.isPhoneKeyboard()) {
            mState.setSymbolsKeyboard();
        }
        updateShiftState();
    }

    public void saveKeyboardState() {