fix: smol fixes

This commit is contained in:
rebelonion 2024-05-23 12:48:34 -05:00
parent 773b7f5dd0
commit 3d187a01ec
8 changed files with 67 additions and 19 deletions

View file

@ -60,7 +60,7 @@ class DownloadsManager(private val context: Context) {
toast: Boolean = true,
onFinished: () -> Unit
) {
removeDownloadCompat(context, downloadedType)
removeDownloadCompat(context, downloadedType, toast)
downloadsList.remove(downloadedType)
CoroutineScope(Dispatchers.IO).launch {
removeDirectory(downloadedType, toast)