mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix: Explicitly disable stable ids
This commit is contained in:
parent
453ea32bc9
commit
baaa841278
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ open class BrowseSourceController(bundle: Bundle) :
|
||||||
|
|
||||||
// Initialize adapter, scroll listener and recycler views
|
// Initialize adapter, scroll listener and recycler views
|
||||||
adapter = FlexibleAdapter(null, this)
|
adapter = FlexibleAdapter(null, this)
|
||||||
|
adapter.setHasStableIds(false)
|
||||||
setupRecycler(view)
|
setupRecycler(view)
|
||||||
|
|
||||||
binding.fab.isVisible = presenter.sourceFilters.isNotEmpty()
|
binding.fab.isVisible = presenter.sourceFilters.isNotEmpty()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue