am 04d6649d: Merge "Remove access to the whitelist class." into jb-mr1-dev
* commit '04d6649d295c59a0bbbad3f123606cf28d9f3b61': Remove access to the whitelist class.main
commit
6ce0c23e40
|
@ -216,15 +216,6 @@ public class Suggest {
|
||||||
wordComposerForLookup, prevWordForBigram, proximityInfo));
|
wordComposerForLookup, prevWordForBigram, proximityInfo));
|
||||||
}
|
}
|
||||||
|
|
||||||
final CharSequence whitelistedWordFromWhitelistDictionary =
|
|
||||||
mWhiteListDictionary.getWhitelistedWord(consideredWord);
|
|
||||||
if (whitelistedWordFromWhitelistDictionary != null) {
|
|
||||||
// MAX_SCORE ensures this will be considered strong enough to be auto-corrected
|
|
||||||
suggestionsSet.add(new SuggestedWordInfo(whitelistedWordFromWhitelistDictionary,
|
|
||||||
SuggestedWordInfo.MAX_SCORE, SuggestedWordInfo.KIND_WHITELIST,
|
|
||||||
Dictionary.TYPE_WHITELIST));
|
|
||||||
}
|
|
||||||
|
|
||||||
final CharSequence whitelistedWord;
|
final CharSequence whitelistedWord;
|
||||||
if (suggestionsSet.isEmpty()) {
|
if (suggestionsSet.isEmpty()) {
|
||||||
whitelistedWord = null;
|
whitelistedWord = null;
|
||||||
|
|
Loading…
Reference in New Issue