This commit is contained in:
Horis
2026-01-21 11:05:48 +08:00
parent 3dd12b0d76
commit 40647f528a
@@ -98,7 +98,7 @@ class ReadMangaViewModel(application: Application) : BaseViewModel(application)
if (ReadManga.chapterChanged) {
// 有章节跳转不同步阅读进度
ReadManga.chapterChanged = false
} else if (!isSameBook) {
} else {
if (AppConfig.syncBookProgressPlus) {
ReadManga.syncProgress(
{ progress -> ReadManga.mCallback?.sureNewProgress(progress) })