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

@@ -410,6 +410,7 @@ class ReaderActivity : BaseActivity() {
animateDownloadFAB(false)
} else {
downloadManager.addDownloadFolder(galleryID)
DownloadService.download(context, galleryID, true)
animateDownloadFAB(true)
}
}
@@ -419,8 +420,7 @@ class ReaderActivity : BaseActivity() {
with(reader_fab_retry) {
setImageResource(R.drawable.refresh)
setOnClickListener {
downloader?.cancel(galleryID)
downloader?.download(galleryID)
DownloadService.download(context, galleryID)
}
}