am 03283b63: Follow up to Ic7d2cbb2c1b2deaa4e735484bdc7413c0b3b1939
* commit '03283b636c0c35bfd4ff8fe6b30db27fad5cf824': Follow up to Ic7d2cbb2c1b2deaa4e735484bdc7413c0b3b1939main
commit
3873ee735d
|
@ -1467,9 +1467,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
|||
mSettings.getCurrent().mSpacingAndPunctuations.mSuggestPuncList;
|
||||
final SuggestedWords oldSuggestedWords = previousSuggestedWords == punctuationList
|
||||
? SuggestedWords.EMPTY : previousSuggestedWords;
|
||||
if (TextUtils.isEmpty(typedWord)) {
|
||||
return oldSuggestedWords;
|
||||
}
|
||||
final ArrayList<SuggestedWords.SuggestedWordInfo> typedWordAndPreviousSuggestions =
|
||||
SuggestedWords.getTypedWordAndPreviousSuggestions(typedWord, oldSuggestedWords);
|
||||
return new SuggestedWords(typedWordAndPreviousSuggestions,
|
||||
|
|
Loading…
Reference in New Issue