mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Remove a useless test
If we are not composing a word here, we have already returned Change-Id: I63281abace777e3658286d4df6781d2cd5a29c33
This commit is contained in:
parent
c5d2bb786e
commit
d5f618e90a
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user