This commit is contained in:
tom5079
2020-10-14 00:24:38 +09:00
parent e82c6ef866
commit c3bc80fec6
4 changed files with 10 additions and 8 deletions

View File

@@ -80,7 +80,7 @@ class DownloadManager private constructor(context: Context) : ContextWrapper(con
}.invoke()
}
return downloadFolderMapInstance!!
return downloadFolderMapInstance ?: mutableMapOf()
}