Add FastScroller to downloads

(cherry picked from commit 0b8b13d0bb)
This commit is contained in:
arkon
2020-06-01 08:55:37 -04:00
committed by Jobobby04
parent 852e340c21
commit 5a49868764
2 changed files with 9 additions and 0 deletions
@@ -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)