mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-17 12:59:19 +00:00
Fix: Apps list not showing on launch
This commit is contained in:
@ -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()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user