recycler is not fixed size (#2402)

This commit is contained in:
MCAxiaz 2019-12-28 11:10:34 -08:00 committed by Carlos
parent 2bb903088e
commit 4147fd6b19

View File

@ -195,7 +195,6 @@ open class BrowseCatalogueController(bundle: Bundle) :
}
}
}
recycler.setHasFixedSize(true)
recycler.adapter = adapter
catalogue_view.addView(recycler, 1)