Update an outdated comment

Change-Id: I3d02dc8597ed14d998caeaa056813353e2d7ec1a
This commit is contained in:
Jean Chalard 2012-06-16 10:34:57 +09:00
parent dca729fddd
commit 4a5cb5c36a

View file

@ -999,8 +999,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
} }
// This will reset the whole input state to the starting state. It will clear // This will reset the whole input state to the starting state. It will clear
// the composing word, reset the last composed word, tell the inputconnection // the composing word, reset the last composed word, tell the inputconnection about it.
// and the composingStateManager about it.
private void resetEntireInputState() { private void resetEntireInputState() {
resetComposingState(true /* alsoResetLastComposedWord */); resetComposingState(true /* alsoResetLastComposedWord */);
updateSuggestions(); updateSuggestions();