This commit is contained in:
Horis
2025-03-23 18:42:02 +08:00
parent 1c93b03ef0
commit 503d5700c6
4 changed files with 6 additions and 2 deletions
@@ -925,7 +925,7 @@ object ReadBook : CoroutineScope by MainScope() {
if (simulatedChapterSize > 0 && durChapterIndex > simulatedChapterSize - 1) {
durChapterIndex = simulatedChapterSize - 1
}