Merge "Do not auto-correct upon starting a gesture." into jb-mr1-dev

main
Jean Chalard 2012-09-14 03:11:50 -07:00 committed by Android (Google) Code Review
commit a3f06baa57
1 changed files with 1 additions and 1 deletions

View File

@ -1401,7 +1401,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
public void onStartBatchInput() {
mConnection.beginBatchEdit();
if (mWordComposer.isComposingWord()) {
commitCurrentAutoCorrection(LastComposedWord.NOT_A_SEPARATOR);
commitTyped(LastComposedWord.NOT_A_SEPARATOR);
mExpectingUpdateSelection = true;
// TODO: Can we remove this?
mSpaceState = SPACE_STATE_PHANTOM;