修复漫画定位错误的问题

This commit is contained in:
HapeLee
2026-05-13 01:32:32 +08:00
parent dda4a27730
commit b3c4f7d09f
@@ -367,8 +367,8 @@ object ReadManga : CoroutineScope by MainScope() , KoinComponent{
if (durChapterIndex < simulatedChapterSize - 1) {
if (toFirst) {
mCallback?.showLoading()
durChapterPos = 0
}
durChapterPos = 0
durChapterIndex++
prevMangaChapter = curMangaChapter
curMangaChapter = nextMangaChapter
@@ -394,8 +394,8 @@ object ReadManga : CoroutineScope by MainScope() , KoinComponent{
if (durChapterIndex > 0) {
if (toFirst) {
mCallback?.showLoading()
durChapterPos = 0
}
durChapterPos = 0
durChapterIndex--
nextMangaChapter = curMangaChapter
curMangaChapter = prevMangaChapter