mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix: Can't set stable id like that
This commit is contained in:
parent
d6ffbe15ee
commit
86b01a297f
1 changed files with 1 additions and 2 deletions
|
@ -178,8 +178,7 @@ open class BrowseSourceController(bundle: Bundle) :
|
||||||
super.onViewCreated(view)
|
super.onViewCreated(view)
|
||||||
|
|
||||||
// Initialize adapter, scroll listener and recycler views
|
// Initialize adapter, scroll listener and recycler views
|
||||||
adapter = FlexibleAdapter(null, this)
|
adapter = FlexibleAdapter(null, this, false)
|
||||||
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