mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
get rid of several dirty hacks
This commit is contained in:
@@ -264,9 +264,6 @@ function ReaderUI:init()
|
||||
--DEBUG(self.doc_settings)
|
||||
-- we only read settings after all the widgets are initialized
|
||||
self:handleEvent(Event:new("ReadSettings", self.doc_settings))
|
||||
-- dirty hack to make final rezoom
|
||||
-- TODO: find out why we need this.
|
||||
if self.zoom then self.zoom:onReZoom() end
|
||||
|
||||
for _,v in ipairs(self.postInitCallback) do
|
||||
v()
|
||||
|
||||
Reference in New Issue
Block a user