Fix capitalization, part 1
The case this fixes is typing "Ah.\n" in gmail for example Bug: 6950087 Change-Id: Ia4bf3a57dde49b9c9d47d315e9f85b7ffc7ee6e3
This commit is contained in:
parent
522e12660a
commit
fb087a95f9
1 changed files with 1 additions and 0 deletions
|
@ -1696,6 +1696,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
|||
|
||||
Utils.Stats.onSeparator((char)primaryCode, x, y);
|
||||
|
||||
mHandler.postUpdateShiftState();
|
||||
return didAutoCorrect;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue