BookStatusWidget: use correct read percentage (#8318)

Closes #8317.
This commit is contained in:
hius07
2021-10-10 12:55:32 +03:00
committed by GitHub
parent 23be2f278c
commit b2a7d0d5ce
2 changed files with 3 additions and 3 deletions

View File

@@ -236,7 +236,7 @@ function ReaderStatus:onShowBookStatus(before_show_callback)
props = self.document:getProps(),
document = self.document,
settings = self.settings,
view = self.view,
ui = self.ui,
}
if before_show_callback then
before_show_callback()