mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 01:55:09 +01:00
Fix #956
This commit is contained in:
parent
3c550c1781
commit
e6ff9e18cc
@ -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))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user