mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix: progressbar display in crereader
This commit is contained in:
@@ -95,7 +95,7 @@ function CREReader:_drawReadingInfo()
|
||||
|
||||
ypos = ypos + 15
|
||||
blitbuffer.progressBar(fb.bb, 10, ypos, width-20, 15,
|
||||
5, 4, load_percent, 8)
|
||||
5, 4, load_percent/100, 8)
|
||||
end
|
||||
|
||||
function CREReader:nextView()
|
||||
|
||||
Reference in New Issue
Block a user