This commit is contained in:
Horis
2025-03-07 11:29:13 +08:00
parent b6d0014b49
commit 58694b05ef

View File

@@ -443,6 +443,7 @@ object ReadManga : CoroutineScope by MainScope() {
saveRead()
chapterSize = cList.size
simulatedChapterSize = book.simulatedTotalChapterNum()
nextMangaChapter ?: loadContent(durChapterIndex + 1)
}
}
}