mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-29 21:37:56 +01:00
Add FastScroller to downloads
This commit is contained in:
@@ -72,6 +72,7 @@ class DownloadController :
|
||||
adapter = DownloadAdapter(this@DownloadController)
|
||||
binding.recycler.adapter = adapter
|
||||
adapter?.isHandleDragEnabled = true
|
||||
adapter?.fastScroller = binding.fastScroller
|
||||
|
||||
// Set the layout manager for the recycler and fixed size.
|
||||
binding.recycler.layoutManager = LinearLayoutManager(view.context)
|
||||
|
||||
Reference in New Issue
Block a user