mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-14 02:01:56 +00:00
Fixes #1520
This commit is contained in:
parent
2d039f0147
commit
ff6dac2aae
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue