Fix a bug with the auto-correct indicator

Bug: 5969106
Change-Id: I02d4b9184bb2c3fc0d08ffd5db77a9f9d816631f
main
Jean Chalard 2012-02-07 17:20:23 +09:00
parent 4c5daa8a55
commit 172a013ab5
1 changed files with 1 additions and 0 deletions

View File

@ -2211,6 +2211,7 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
}
}
ic.deleteSurroundingText(restartLength, 0);
mComposingStateManager.onStartComposingText();
ic.setComposingText(mWordComposer.getTypedWord(), 1);
mHandler.cancelUpdateBigramPredictions();
mHandler.postUpdateSuggestions();