Chenged the name of the icon

This commit is contained in:
ge78fug 2023-01-14 09:21:37 +01:00
parent 9fa2c538d9
commit 03618ea4d9
4 changed files with 3 additions and 3 deletions

View file

@ -248,7 +248,7 @@ public abstract class Tab {
@DrawableRes
@Override
public int getTabIconRes(final Context context) {
return R.drawable.ic_whats_new;
return R.drawable.ic_subscriptions;
}
@Override