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

@ -52,7 +52,7 @@ enum class FeedGroupIcon(
STAR(35, R.drawable.ic_stars),
SUN(36, R.drawable.ic_wb_sunny),
RSS(37, R.drawable.ic_rss_feed),
WHATS_NEW(38, R.drawable.ic_whats_new);
WHATS_NEW(38, R.drawable.ic_subscriptions);
@DrawableRes
fun getDrawableRes(): Int {