Cleanup
This commit is contained in:
parent
5e5b155992
commit
bff654eac8
@ -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)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user