Cleanup (A7)
Change-Id: Iba97e0062b702c005ab3ff9ce59f181d19ab7c98
This commit is contained in:
parent
ed83d4b143
commit
4847a27f74
1 changed files with 2 additions and 4 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue