Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03283b63 authored by Ken Wakasa's avatar Ken Wakasa
Browse files

Follow up to Ic7d2cbb2c1b2deaa4e735484bdc7413c0b3b1939

some cleanups as well

Change-Id: I92252eb7b13cb70283a79f50429ed77405ea9575
parent 963d97af
Loading
Loading
Loading
Loading
+23 −26
Original line number Diff line number Diff line
@@ -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,