Remove useless code (A79)

We postUpdateSuggestionStrip right away anyway - this only
makes the suggestion strip blink

Change-Id: I2ebd933e9a4c804ef1e8c62ccdaf4953a98a792e
main
Jean Chalard 2012-07-06 16:37:47 +09:00
parent 09fdd30e52
commit 728c0cb251
1 changed files with 0 additions and 1 deletions

View File

@ -1505,7 +1505,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
// it entirely and resume suggestions on the previous word, we'd like to still
// have touch coordinates for it.
resetComposingState(false /* alsoResetLastComposedWord */);
clearSuggestions();
}
if (isComposingWord) {
final int keyX, keyY;