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) {
|
if (whitelistedWord != null) {
|
||||||
final SuggestedWordInfo whitelistSuggestion;
|
suggestionsSet.add(new SuggestedWordInfo(whitelistedWord,
|
||||||
whitelistSuggestion = new SuggestedWordInfo(whitelistedWord,
|
|
||||||
SuggestedWordInfo.MAX_SCORE, SuggestedWordInfo.KIND_WHITELIST,
|
SuggestedWordInfo.MAX_SCORE, SuggestedWordInfo.KIND_WHITELIST,
|
||||||
Dictionary.TYPE_WHITELIST);
|
Dictionary.TYPE_WHITELIST));
|
||||||
suggestionsSet.add(whitelistSuggestion);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
final ArrayList<SuggestedWordInfo> suggestionsContainer =
|
final ArrayList<SuggestedWordInfo> suggestionsContainer =
|
||||||
|
|
Loading…
Reference in a new issue