This commit is contained in:
Luna712 2024-07-08 20:46:23 -06:00 committed by GitHub
parent e495b3a028
commit 64c45d0468
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -215,6 +215,7 @@ class DownloadViewModel : ViewModel() {
DialogInterface.BUTTON_POSITIVE -> {
viewModelScope.launchSafe {
deleteFilesAndUpdateSettings(context, ids, this)
clearSelectedItems()
updateList(context)
}
}