fix(browse): Enable stable id

This commit is contained in:
Ahmad Ansori Palembani 2024-12-20 09:29:05 +07:00
parent 778bd05e21
commit 8ac8187977
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -165,7 +165,7 @@ open class BrowseSourceController(bundle: Bundle) :
super.onViewCreated(view)
// Initialize adapter, scroll listener and recycler views
adapter = FlexibleAdapter(null, this)
adapter = FlexibleAdapter(null, this, true)
setupRecycler(view)
binding.fab.isVisible = presenter.sourceFilters.isNotEmpty()