This commit is contained in:
Jobobby04 2020-11-30 13:19:41 -05:00
parent 5e5b155992
commit bff654eac8

View File

@ -500,7 +500,7 @@ class ReaderPresenter(
// SY -->
val manga = manga
// SY <--
if (removeAfterReadSlots != -1 && chapterToDelete != null && (manga == null || manga.shouldDeleteChapters(db, preferences)) /* SY <-- */) {
if (removeAfterReadSlots != -1 && chapterToDelete != null /* SY --> */ && (manga == null || manga.shouldDeleteChapters(db, preferences)) /* SY <-- */) {
enqueueDeleteReadChapters(chapterToDelete)
}
}