优化
Some checks are pending
Test Build / prepare (push) Waiting to run
Test Build / build (app, release) (push) Blocked by required conditions
Test Build / build (app, releaseA) (push) Blocked by required conditions
Test Build / prerelease (push) Blocked by required conditions
Test Build / lanzou (push) Blocked by required conditions
Test Build / test_Branch (push) Blocked by required conditions
Test Build / telegram (push) Blocked by required conditions

This commit is contained in:
Horis
2025-03-21 15:46:52 +08:00
parent 17ef28cb24
commit 66f1ef5e4e
2 changed files with 3 additions and 2 deletions

View File

@@ -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%"

View File

@@ -48,7 +48,7 @@
android:layout_marginStart="15dp"
android:layout_marginEnd="15dp"
android:min="1"
android:max="120"
android:max="60"
tools:ignore="UnusedAttribute" />
</LinearLayout>