pull/1344/head
gedoor 3 years ago
parent 73f5285c09
commit 2349ea3de4
  1. 4
      app/src/main/java/io/legado/app/service/DownloadService.kt

@ -76,7 +76,9 @@ class DownloadService : BaseService() {
if (downloadId > 0) {
downloads[downloadId] = fileName
queryState()
checkDownloadState()
if (upStateJob == null) {
checkDownloadState()
}
}
}

Loading…
Cancel
Save