recycler is not fixed size (#2402)
This commit is contained in:
parent
2bb903088e
commit
4147fd6b19
1 changed files with 0 additions and 1 deletions
|
@ -195,7 +195,6 @@ open class BrowseCatalogueController(bundle: Bundle) :
|
|||
}
|
||||
}
|
||||
}
|
||||
recycler.setHasFixedSize(true)
|
||||
recycler.adapter = adapter
|
||||
|
||||
catalogue_view.addView(recycler, 1)
|
||||
|
|
Reference in a new issue