mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-28 20:17:51 +02: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