Fix display mode not updating in source view

This commit is contained in:
arkon
2021-01-16 11:30:27 -05:00
parent bd5f22a049
commit 271489bdfd
2 changed files with 18 additions and 10 deletions

View File

@ -249,7 +249,7 @@ open class BrowseSourceController(bundle: Bundle) :
recycler.setHasFixedSize(true)
recycler.adapter = adapter
binding.catalogueView.addView(recycler)
binding.catalogueView.addView(recycler, 1)
if (oldPosition != RecyclerView.NO_POSITION) {
recycler.layoutManager?.scrollToPosition(oldPosition)