This commit is contained in:
Phillip Thelen 2021-03-31 13:28:49 +02:00
parent 2d039f0147
commit ff6dac2aae

View file

@ -164,6 +164,9 @@ open class ShopFragment : BaseMainFragment<FragmentRecyclerviewBinding>() {
}
if (shop1.identifier == Shop.TIME_TRAVELERS_SHOP) {
formatTimeTravelersShop(shop1)
} else if (shop1.identifier == Shop.SEASONAL_SHOP) {
shop1.categories.reverse()
shop1
} else {
shop1
}