mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix: mistakenly over written unireader's method
This commit is contained in:
@@ -58,8 +58,8 @@ function CREReader:redrawCurrentPage()
|
||||
self:goto(self.pos)
|
||||
end
|
||||
|
||||
-- used in UniReader:showMenu()
|
||||
function UniReader:_drawReadingInfo()
|
||||
-- used in CREReader:showMenu()
|
||||
function CREReader:_drawReadingInfo()
|
||||
local ypos = height - 50
|
||||
local load_percent = (self.pos / self.doc:GetFullHeight())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user