mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-20 12:49:02 +00:00
Fixes #1596
This commit is contained in:
parent
6e47d276c9
commit
8e2653d4bd
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue