3
3
Fork 1
mirror of https://github.com/recloudstream/cloudstream.git synced 2024-08-15 01:53:11 +00:00

Fix codefactor

This commit is contained in:
Luna712 2024-07-06 15:11:32 -06:00 committed by GitHub
parent 068b218f7a
commit 4330b4c4c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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