aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2012-07-06 00:15:57 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-07-06 00:15:57 -0700
commit362ea3cacbe1f19625f6a75e2bd7cd5de33fe0f2 (patch)
treef88a62f73a40e8e715974eac8576cb7f49235cd8 /java/src
parentea2ee86e5637b43542b144beccc728e4040533e3 (diff)
parent66a2e96fb442f6517beace6670dc956acd16da38 (diff)
downloadlatinime-362ea3cacbe1f19625f6a75e2bd7cd5de33fe0f2.tar.gz
latinime-362ea3cacbe1f19625f6a75e2bd7cd5de33fe0f2.tar.xz
latinime-362ea3cacbe1f19625f6a75e2bd7cd5de33fe0f2.zip
Merge "Remove useless code (A61)"
Diffstat (limited to 'java/src')
-rw-r--r--java/src/com/android/inputmethod/latin/LatinIME.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java
index 357a2a0bd..78b7eaa44 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -1102,9 +1102,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
@Override
public boolean addWordToUserDictionary(String word) {
mUserDictionary.addWordToUserDictionary(word, 128);
- // Suggestion strip should be updated after the operation of adding word to the
- // user dictionary
- mHandler.postUpdateSuggestions();
return true;
}