优化
Some checks failed
Test Build / prepare (push) Has been cancelled
Test Build / build (app, release) (push) Has been cancelled
Test Build / build (app, releaseA) (push) Has been cancelled
Test Build / prerelease (push) Has been cancelled
Test Build / lanzou (push) Has been cancelled
Test Build / test_Branch (push) Has been cancelled
Test Build / telegram (push) Has been cancelled

This commit is contained in:
Horis
2025-03-28 17:12:26 +08:00
parent 1922113eea
commit 6d2015ee50

View File

@@ -251,7 +251,10 @@ object ReadManga : CoroutineScope by MainScope() {
curFinish = true
items.addAll(it.pages)
durChapterPos = durChapterPos.coerceIn(0, it.imageCount - 1)
pos += durChapterPos + 1
pos += durChapterPos
if (!AppConfig.hideMangaTitle) {
pos++
}
}
nextMangaChapter?.let {
nextFinish = true