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

Commit d5f618e9 authored by Jean Chalard's avatar Jean Chalard
Browse files

Remove a useless test

If we are not composing a word here, we have already returned

Change-Id: I63281abace777e3658286d4df6781d2cd5a29c33
parent c5d2bb78
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1834,9 +1834,6 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
        } else {
            SuggestedWords previousSuggestions = mSuggestionsView.getSuggestions();
            if (previousSuggestions == mSettingsValues.mSuggestPuncList) {
                if (!mWordComposer.isComposingWord()) {
                    return;
                }
                previousSuggestions = SuggestedWords.EMPTY;
            }
            final SuggestedWords.Builder obsoleteSuggestionsBuilder = new SuggestedWords.Builder()