Loading java/src/com/android/inputmethod/latin/LatinIME.java +0 −3 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
java/src/com/android/inputmethod/latin/LatinIME.java +0 −3 Original line number Diff line number Diff line Loading @@ -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; } Loading