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

Commit 4847a27f authored by Jean Chalard's avatar Jean Chalard
Browse files

Cleanup (A7)

Change-Id: Iba97e0062b702c005ab3ff9ce59f181d19ab7c98
parent ed83d4b1
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -238,11 +238,9 @@ public class Suggest {
        }

        if (whitelistedWord != null) {
            final SuggestedWordInfo whitelistSuggestion;
            whitelistSuggestion = new SuggestedWordInfo(whitelistedWord,
            suggestionsSet.add(new SuggestedWordInfo(whitelistedWord,
                    SuggestedWordInfo.MAX_SCORE, SuggestedWordInfo.KIND_WHITELIST,
                    Dictionary.TYPE_WHITELIST);
            suggestionsSet.add(whitelistSuggestion);
                    Dictionary.TYPE_WHITELIST));
        }

        final ArrayList<SuggestedWordInfo> suggestionsContainer =