Resolve linting issue on KoboController

This commit is contained in:
Yohann Leon 2026-04-17 01:27:13 +09:00
parent a40e115c6a
commit 8fd9da2264
No known key found for this signature in database

View file

@ -591,7 +591,10 @@ class KoboController(
locations =
R2Locator.Location(
progression = koboUpdate.currentBookmark.contentSourceProgressPercent.toFloat() / 100,
totalProgression = koboUpdate.currentBookmark.progressPercent?.toFloat()?.div(100),
totalProgression =
koboUpdate.currentBookmark.progressPercent
?.toFloat()
?.div(100),
),
)
},