This commit is contained in:
Phillip Thelen 2021-07-20 08:56:01 +02:00
parent 6e47d276c9
commit 8e2653d4bd

View file

@ -215,6 +215,8 @@ open class ShopFragment : BaseMainFragment<FragmentRefreshRecyclerviewBinding>()
item.key = category.identifier
item.text = category.text
item.imageName = "shop_set_mystery_${item.key}"
item.pinType = "mystery_set"
item.path = "mystery.${item.key}"
newCategory.items.add(item)
}
}