fix: Explicitly disable stable ids

This commit is contained in:
Ahmad Ansori Palembani 2025-01-13 12:23:18 +07:00
parent 453ea32bc9
commit baaa841278
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

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