am 8850bdc7: Fix for 2170453: Capitalization sticks when entering passwords in Browser
Merge commit '8850bdc7e4c1da7049231bc1e21f17213562f9b6' into eclair-mr2 * commit '8850bdc7e4c1da7049231bc1e21f17213562f9b6': Fix for 2170453: Capitalization sticks when entering passwords in Browsermain
commit
dd8c1d8db3
|
@ -713,11 +713,7 @@ public class LatinIME extends InputMethodService
|
|||
} else {
|
||||
sendKeyChar((char)primaryCode);
|
||||
}
|
||||
if (mPredicting && mComposing.length() == 1) {
|
||||
updateShiftKeyState(getCurrentInputEditorInfo());
|
||||
} else {
|
||||
postUpdateShiftKeyState();
|
||||
}
|
||||
updateShiftKeyState(getCurrentInputEditorInfo());
|
||||
measureCps();
|
||||
TextEntryState.typedCharacter((char) primaryCode, isWordSeparator(primaryCode));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue