am 82c68bfb: Fix for 2305181: "shift A shift M" quickly gives Am instead of AM
Merge commit '82c68bfbfc9442ebb7d8be842aaf8dedf5ffc76e' into eclair-mr2-plus-aosp * commit '82c68bfbfc9442ebb7d8be842aaf8dedf5ffc76e': Fix for 2305181: "shift A shift M" quickly gives Am instead of AMmain
commit
f4eb9bd9b1
|
@ -673,6 +673,7 @@ public class LatinIME extends InputMethodService
|
||||||
}
|
}
|
||||||
|
|
||||||
private void handleShift() {
|
private void handleShift() {
|
||||||
|
mHandler.removeMessages(MSG_UPDATE_SHIFT_STATE);
|
||||||
Keyboard currentKeyboard = mInputView.getKeyboard();
|
Keyboard currentKeyboard = mInputView.getKeyboard();
|
||||||
if (mKeyboardSwitcher.isAlphabetMode()) {
|
if (mKeyboardSwitcher.isAlphabetMode()) {
|
||||||
// Alphabet keyboard
|
// Alphabet keyboard
|
||||||
|
|
Loading…
Reference in New Issue