fix: Bottom bar loading issues. Fixes #200 #201

Merged
AmineB merged 1 commits from fix-bottom-bar into master 2025-05-01 18:16:42 +00:00

View File

@ -387,6 +387,7 @@ class HomeActivity :
lastFetchDone = false
elementsShown = ItemType.fromInt(position + 1)
items = ArrayList()
getElementsAccordingToTab()
binding.recyclerView.scrollToPosition(0)