mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Fix bug
This commit is contained in:
parent
e495b3a028
commit
64c45d0468
1 changed files with 1 additions and 0 deletions
|
@ -215,6 +215,7 @@ class DownloadViewModel : ViewModel() {
|
||||||
DialogInterface.BUTTON_POSITIVE -> {
|
DialogInterface.BUTTON_POSITIVE -> {
|
||||||
viewModelScope.launchSafe {
|
viewModelScope.launchSafe {
|
||||||
deleteFilesAndUpdateSettings(context, ids, this)
|
deleteFilesAndUpdateSettings(context, ids, this)
|
||||||
|
clearSelectedItems()
|
||||||
updateList(context)
|
updateList(context)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue