Add FastScroller to downloads

This commit is contained in:
arkon
2020-06-01 08:55:37 -04:00
parent 4c5bf9bc8e
commit 0b8b13d0bb
2 changed files with 9 additions and 0 deletions

View File

@ -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)