Force KeyboardShiftState reset by setShiftLocked(false)
Change-Id: Ib00d598e6e6a91e594ae01cfc51fb688601f6b8fmain
parent
69fa792184
commit
4eb240eb2c
|
@ -73,12 +73,7 @@ public class KeyboardShiftState {
|
|||
break;
|
||||
}
|
||||
} else {
|
||||
switch (oldState) {
|
||||
case SHIFT_LOCKED:
|
||||
case SHIFT_LOCK_SHIFTED:
|
||||
mState = NORMAL;
|
||||
break;
|
||||
}
|
||||
mState = NORMAL;
|
||||
}
|
||||
if (DEBUG)
|
||||
Log.d(TAG, "setShiftLocked(" + newShiftLockState + "): " + toString(oldState)
|
||||
|
|
Loading…
Reference in New Issue