mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Fix codefactor
This commit is contained in:
parent
068b218f7a
commit
4330b4c4c3
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ class DownloadFragment : Fragment() {
|
|||
}
|
||||
|
||||
private fun handleSelectedChange(selected: HashMap<Int, String>) {
|
||||
val adapter = (binding?.downloadList?.adapter as? DownloadAdapter)
|
||||
val adapter = binding?.downloadList?.adapter as? DownloadAdapter
|
||||
if (selected.isNotEmpty()) {
|
||||
binding?.downloadDeleteToolbar?.downloadDeleteToolbar?.isVisible = true
|
||||
binding?.downloadStorageAppbar?.isVisible = false
|
||||
|
|
Loading…
Reference in a new issue