Fix chapter download restart even if should be deleted
This commit is contained in:
parent
a25b203a3a
commit
9e1f99d1a7
@ -500,6 +500,8 @@ class ReaderPresenter(
|
||||
|
||||
if (removeAfterReadSlots != 0 && chapterDownload != null) {
|
||||
downloadManager.addDownloadsToStartOfQueue(listOf(chapterDownload!!))
|
||||
} else {
|
||||
chapterDownload = null
|
||||
}
|
||||
// Check if deleting option is enabled and chapter exists
|
||||
if (removeAfterReadSlots != -1 && chapterToDelete != null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user