mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
remove redundant line in DownloadBottomSheet
This commit is contained in:
parent
b1819dfdcd
commit
9b2c89c859
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@ class DownloadBottomSheet @JvmOverloads constructor(
|
|||
binding.dlRecycler.adapter = adapter
|
||||
adapter?.isHandleDragEnabled = true
|
||||
adapter?.isSwipeEnabled = true
|
||||
adapter?.isSwipeEnabled = true
|
||||
adapter?.fastScroller = binding.fastScroller
|
||||
binding.fastScroller.controller = controller
|
||||
binding.dlRecycler.setHasFixedSize(true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue