mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 18:24: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)
|
||||
|
||||
// Initialize adapter, scroll listener and recycler views
|
||||
adapter = FlexibleAdapter(null, this)
|
||||
adapter?.setHasStableIds(false)
|
||||
adapter = FlexibleAdapter(null, this, false)
|
||||
setupRecycler(view)
|
||||
|
||||
binding.fab.isVisible = presenter.sourceFilters.isNotEmpty()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue