Replace circular ProgressBars with Material component

This commit is contained in:
arkon
2020-12-26 11:24:10 -05:00
parent a8e536478c
commit eaccfdde59
14 changed files with 54 additions and 38 deletions

View File

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