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

Commit 4eb240eb authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Force KeyboardShiftState reset by setShiftLocked(false)

Change-Id: Ib00d598e6e6a91e594ae01cfc51fb688601f6b8f
parent 69fa7921
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -73,12 +73,7 @@ public class KeyboardShiftState {
                break;
            }
        } else {
            switch (oldState) {
            case SHIFT_LOCKED:
            case SHIFT_LOCK_SHIFTED:
            mState = NORMAL;
                break;
            }
        }
        if (DEBUG)
            Log.d(TAG, "setShiftLocked(" + newShiftLockState + "): " + toString(oldState)