Merge "Update an outdated comment"

main
Jean Chalard 2012-06-20 20:18:51 -07:00 committed by Android (Google) Code Review
commit 1b71ff00a2
1 changed files with 1 additions and 2 deletions

View File

@ -1002,8 +1002,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
}
// 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
// and the composingStateManager about it.
// the composing word, reset the last composed word, tell the inputconnection about it.
private void resetEntireInputState() {
resetComposingState(true /* alsoResetLastComposedWord */);
updateSuggestions();