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

Commit 82c68bfb authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Fix for 2305181: "shift A shift M" quickly gives Am instead of AM

There was a delayed changing of keyboard to lowercase after typing
a shifted letter that was triggering after the user pressed shift
again. Removed the delayed message when user hits shift.
parent 84400f65
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -673,6 +673,7 @@ public class LatinIME extends InputMethodService
    }

    private void handleShift() {
        mHandler.removeMessages(MSG_UPDATE_SHIFT_STATE);
        Keyboard currentKeyboard = mInputView.getKeyboard();
        if (mKeyboardSwitcher.isAlphabetMode()) {
            // Alphabet keyboard