mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Fix #956
This commit is contained in:
		@@ -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))
 | 
			
		||||
            }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user