Minor bug fix

This commit is contained in:
tom5079
2020-09-03 18:28:40 +09:00
parent 705925a050
commit be64703d3c
7 changed files with 13 additions and 13 deletions

View File

@@ -109,7 +109,7 @@ class DownloadManager private constructor(context: Context) : ContextWrapper(con
val folder = downloadFolder.getChild(name)
if (!folder.exists())
folder.mkdirs()
folder.mkdir()
downloadFolderMap[galleryID] = folder.name