This commit is contained in:
Horis
2025-03-21 15:46:52 +08:00
parent f6ba31bd0d
commit 7f77fe0bd6
2 changed files with 3 additions and 2 deletions
@@ -329,7 +329,8 @@ class ReadMangaActivity : VMBaseActivity<ActivityMangaBinding, ReadMangaViewMode
} else {
var percent =
df.format(
chapterIndex * 1.0f / chapterSize + 1.0f / chapterSize * (chapterPos + 1) / imageCount.toDouble()
chapterIndex * 1.0f / chapterSize + 1.0f /
chapterSize * (chapterPos + 1) / imageCount.toDouble()
)
if (percent == "100.0%" && (chapterIndex + 1 != chapterSize || chapterPos + 1 != imageCount)) {
percent = "99.9%"