Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 362ea3ca authored by Jean Chalard's avatar Jean Chalard Committed by Android (Google) Code Review
Browse files

Merge "Remove useless code (A61)"

parents ea2ee86e 66a2e96f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;
    }