mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix(browse): Enable stable id
This commit is contained in:
parent
778bd05e21
commit
8ac8187977
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ open class BrowseSourceController(bundle: Bundle) :
|
|||
super.onViewCreated(view)
|
||||
|
||||
// Initialize adapter, scroll listener and recycler views
|
||||
adapter = FlexibleAdapter(null, this)
|
||||
adapter = FlexibleAdapter(null, this, true)
|
||||
setupRecycler(view)
|
||||
|
||||
binding.fab.isVisible = presenter.sourceFilters.isNotEmpty()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue