Fix #956
Cette révision appartient à :
Parent
3c550c1781
révision
e6ff9e18cc
1 fichiers modifiés avec 1 ajouts et 0 suppressions
|
@ -228,6 +228,7 @@ open class CatalogueController(bundle: Bundle? = null) :
|
|||
|
||||
val recycler = if (presenter.isListMode) {
|
||||
RecyclerView(view.context).apply {
|
||||
id = R.id.recycler
|
||||
layoutManager = LinearLayoutManager(context)
|
||||
addItemDecoration(DividerItemDecoration(context, DividerItemDecoration.VERTICAL))
|
||||
}
|
||||
|
|
Référencer dans un nouveau ticket