mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-11 23:06:00 +00:00
Add ability for users to create party from quest items
This commit is contained in:
parent
21805d0916
commit
9d4132ec62
1 changed files with 1 additions and 0 deletions
|
|
@ -313,6 +313,7 @@ class ItemRecyclerFragment : BaseFragment<FragmentItemsBinding>(), SwipeRefreshL
|
|||
)
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
compositeSubscription.add(inventoryRepository.getPets().subscribe({ adapter?.setExistingPets(it) }, RxErrorHandler.handleEmptyError()))
|
||||
compositeSubscription.add(
|
||||
|
|
|
|||
Loading…
Reference in a new issue