fix: Bottom bar loading issues.

This commit is contained in:
Amine Bouabdallaoui 2025-04-30 21:05:50 +02:00
parent ea70c64873
commit b92aa65d7a

View File

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