Merge "Fix caps mode upon gesture-after-type-period."

main
Jean Chalard 2013-11-26 07:34:59 +00:00 committed by Android (Google) Code Review
commit a6fef7dcae
1 changed files with 1 additions and 0 deletions

View File

@ -1803,6 +1803,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
mSpaceState = SPACE_STATE_PHANTOM;
}
mConnection.endBatchEdit();
mKeyboardSwitcher.updateShiftState();
mWordComposer.setCapitalizedModeAtStartComposingTime(getActualCapsMode());
}