Fix capitalization, part 1

The case this fixes is typing "Ah.\n" in gmail for example

Bug: 6950087
Change-Id: Ia4bf3a57dde49b9c9d47d315e9f85b7ffc7ee6e3
main
Jean Chalard 2012-08-20 13:51:27 +09:00
parent 522e12660a
commit fb087a95f9
1 changed files with 1 additions and 0 deletions

View File

@ -1696,6 +1696,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
Utils.Stats.onSeparator((char)primaryCode, x, y);
mHandler.postUpdateShiftState();
return didAutoCorrect;
}