fix(browse): Disable stable id

This reverts commit 8ac8187977.
This commit is contained in:
Ahmad Ansori Palembani 2024-12-26 08:06:37 +07:00
parent 23d4fb1fdd
commit 96348dbf7d
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

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