mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix(kobofrontligh): initialize dimen with nil value
This commit is contained in:
@@ -20,7 +20,7 @@ local ReaderKoboLight = InputContainer:new{
|
||||
|
||||
function ReaderKoboLight:init()
|
||||
self[1] = LeftContainer:new{
|
||||
dimen = Geom:new{w = Screen:getWidth(), h = Screen:getHeight()},
|
||||
dimen = Geom:new{w = nil, h = nil},
|
||||
}
|
||||
self:resetLayout()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user