Remove useless code
Change-Id: I58de87c1ba4cd1130419191f63ff83b685604356
This commit is contained in:
parent
4e74658883
commit
e8ddfe4273
1 changed files with 0 additions and 2 deletions
|
@ -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 a new issue