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

Bug: 11630231
Change-Id: Id5626a2f5b7294e4fda0bf9b82ff85537500a104
main
Jean Chalard 2013-11-26 16:25:09 +09:00
parent 0e8dbe0284
commit 045fb2de64
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());
}