mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-01 00:19:20 +00:00
Fix bug in BrowseFragment where resumig BrowseActivity would put the
Fragment into a bad state where sub fragments could no longer be searched.
This commit is contained in:
parent
ebf54a6c96
commit
528a101428
@ -66,6 +66,7 @@ class BrowseFragment: BaseFragment(), ITransportObserver, IFilterable, ITitlePro
|
||||
}
|
||||
}
|
||||
|
||||
pager.isSaveEnabled = false
|
||||
pager.adapter = adapter
|
||||
pager.offscreenPageLimit = adapter.itemCount
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user