remove redundant line in DownloadBottomSheet

This commit is contained in:
Jays2Kings 2022-04-29 16:44:54 -04:00
parent b1819dfdcd
commit 9b2c89c859

View file

@ -73,7 +73,6 @@ class DownloadBottomSheet @JvmOverloads constructor(
binding.dlRecycler.adapter = adapter binding.dlRecycler.adapter = adapter
adapter?.isHandleDragEnabled = true adapter?.isHandleDragEnabled = true
adapter?.isSwipeEnabled = true adapter?.isSwipeEnabled = true
adapter?.isSwipeEnabled = true
adapter?.fastScroller = binding.fastScroller adapter?.fastScroller = binding.fastScroller
binding.fastScroller.controller = controller binding.fastScroller.controller = controller
binding.dlRecycler.setHasFixedSize(true) binding.dlRecycler.setHasFixedSize(true)