Merge "Fix capitalization, part 1" into jb-mr1-dev

main
Jean Chalard 2012-08-19 22:29:58 -07:00 committed by Android (Google) Code Review
commit 1aed102d4c
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;
}