From 728c0cb251b4a7b7d6d048efc1b0e8cec5ace9e5 Mon Sep 17 00:00:00 2001 From: Jean Chalard Date: Fri, 6 Jul 2012 16:37:47 +0900 Subject: [PATCH] Remove useless code (A79) We postUpdateSuggestionStrip right away anyway - this only makes the suggestion strip blink Change-Id: I2ebd933e9a4c804ef1e8c62ccdaf4953a98a792e --- java/src/com/android/inputmethod/latin/LatinIME.java | 1 - 1 file changed, 1 deletion(-) 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;