aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2012-07-06 16:37:47 +0900
committerJean Chalard <jchalard@google.com>2012-07-10 16:41:49 +0900
commit728c0cb251b4a7b7d6d048efc1b0e8cec5ace9e5 (patch)
tree248b84d71ded2d94bc48f5964dc98942598047f1 /java/src
parent09fdd30e5261990ace636c52a8330d4c5dbb364b (diff)
downloadlatinime-728c0cb251b4a7b7d6d048efc1b0e8cec5ace9e5.tar.gz
latinime-728c0cb251b4a7b7d6d048efc1b0e8cec5ace9e5.tar.xz
latinime-728c0cb251b4a7b7d6d048efc1b0e8cec5ace9e5.zip
Remove useless code (A79)
We postUpdateSuggestionStrip right away anyway - this only makes the suggestion strip blink Change-Id: I2ebd933e9a4c804ef1e8c62ccdaf4953a98a792e
Diffstat (limited to 'java/src')
-rw-r--r--java/src/com/android/inputmethod/latin/LatinIME.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java
index f30a75b6b..5ee539cc8 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -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;