Rename ic_hot in ic_kiosk_hot and improve getKioskIcon()

This commit is contained in:
Stypox 2020-03-31 09:36:35 +02:00
parent e7a25934f6
commit 1eacd3e73d
11 changed files with 16 additions and 16 deletions

View file

@ -47,7 +47,7 @@ enum class FeedGroupIcon(
SHOPPING_CART(27, R.attr.ic_shopping_cart),
WATCH_LATER(28, R.attr.ic_watch_later),
WORK(29, R.attr.ic_work),
HOT(30, R.attr.ic_hot),
HOT(30, R.attr.ic_kiosk_hot),
CHANNEL(31, R.attr.ic_channel),
BOOKMARK(32, R.attr.ic_bookmark),
PETS(33, R.attr.ic_pets),