mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Remove useless code
Change-Id: I58de87c1ba4cd1130419191f63ff83b685604356
This commit is contained in:
parent
4e74658883
commit
e8ddfe4273
@ -339,8 +339,6 @@ public class SuggestionsView extends RelativeLayout implements OnClickListener,
|
||||
}
|
||||
}
|
||||
|
||||
final SuggestedWordInfo info = (pos < suggestedWords.size())
|
||||
? suggestedWords.getInfo(pos) : null;
|
||||
if (suggestedWords.mIsObsoleteSuggestions && isSuggested) {
|
||||
return applyAlpha(color, mAlphaObsoleted);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user