Loading java/src/com/android/inputmethod/latin/Suggest.java +0 −9 Original line number Diff line number Diff line Loading @@ -216,15 +216,6 @@ public class Suggest { 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; if (suggestionsSet.isEmpty()) { whitelistedWord = null; Loading Loading
java/src/com/android/inputmethod/latin/Suggest.java +0 −9 Original line number Diff line number Diff line Loading @@ -216,15 +216,6 @@ public class Suggest { 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; if (suggestionsSet.isEmpty()) { whitelistedWord = null; Loading