mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Corrected the showMenu() function to belong to the right object!
UniReader -> CREReader in crereader.lua.
This commit is contained in:
@@ -406,7 +406,7 @@ function CREReader:_drawReadingInfo()
|
||||
blitbuffer.progressBar(fb.bb, 10, ypos, G_width - 20, 15, 5, 4, load_percent/100, 8)
|
||||
end
|
||||
|
||||
function UniReader:showMenu()
|
||||
function CREReader:showMenu()
|
||||
self:_drawReadingInfo()
|
||||
fb:refresh(1)
|
||||
while true do
|
||||
|
||||
Reference in New Issue
Block a user