This commit is contained in:
tom5079
2020-09-15 02:13:25 +09:00
parent fee280341a
commit b907d36770
7 changed files with 12 additions and 10 deletions

View File

@@ -339,7 +339,7 @@ class DownloadService : Service() {
if (isCompleted(galleryID)) {
if (DownloadManager.getInstance(this@DownloadService)
.getDownloadFolder(galleryID) != null)
.getDownloadFolder(galleryID) != null )
Cache.getInstance(this@DownloadService, galleryID).moveToDownload()
notificationManager.cancel(galleryID)