diff --git a/app/src/main/java/com/lagradost/cloudstream3/ui/download/DownloadViewModel.kt b/app/src/main/java/com/lagradost/cloudstream3/ui/download/DownloadViewModel.kt index bb91c0ac..35f72bd3 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/ui/download/DownloadViewModel.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/ui/download/DownloadViewModel.kt @@ -215,6 +215,7 @@ class DownloadViewModel : ViewModel() { DialogInterface.BUTTON_POSITIVE -> { viewModelScope.launchSafe { deleteFilesAndUpdateSettings(context, ids, this) + clearSelectedItems() updateList(context) } }