mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-24 03:42:15 +00:00
Fix: Apps list not showing on launch
This commit is contained in:
parent
9d9bd7b4a9
commit
acae98515a
@ -64,6 +64,7 @@ class ExploreFragment : MainNavFragmentX() {
|
|||||||
override fun setupLayout() {
|
override fun setupLayout() {
|
||||||
viewModel.productsList.observe(requireActivity()) {
|
viewModel.productsList.observe(requireActivity()) {
|
||||||
appsItemAdapter.submitList(it)
|
appsItemAdapter.submitList(it)
|
||||||
|
appsFastAdapter?.notifyDataSetChanged()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user