mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Fix NPE that happens only in some unit tests"
This commit is contained in:
commit
71f4c6b8ea
@ -153,7 +153,9 @@ public final class EmojiPalettesView extends LinearLayout implements OnTabChange
|
||||
textView.setText(mEmojiCategory.getCategoryLabel(categoryId));
|
||||
textView.setTypeface(Typeface.DEFAULT_BOLD);
|
||||
textView.setContentDescription(mEmojiCategory.getAccessibilityDescription(categoryId));
|
||||
textView.setTextColor(mTabLabelColor);
|
||||
if (mTabLabelColor != null) {
|
||||
textView.setTextColor(mTabLabelColor);
|
||||
}
|
||||
tspec.setIndicator(textView);
|
||||
}
|
||||
host.addTab(tspec);
|
||||
|
Loading…
x
Reference in New Issue
Block a user