Cleanup
This commit is contained in:
parent
5e5b155992
commit
bff654eac8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue