Remove unused SuppressLint

This commit is contained in:
Luna712 2024-07-07 01:52:58 -06:00 committed by GitHub
parent 7b242823dc
commit 3dc61d69e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -308,7 +308,6 @@ class DownloadAdapter(
}
}
@SuppressLint("NotifyDataSetChanged")
fun setDeleteCheckboxVisibility(visible: Boolean) {
if (showDeleteCheckbox == visible) return
showDeleteCheckbox = visible