mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
chore: various minor cleanups
This commit is contained in:
@@ -83,9 +83,7 @@ end
|
||||
|
||||
function ReaderFrontLight:onShowFlDialog()
|
||||
local FrontLightWidget = require("ui/widget/frontlightwidget")
|
||||
local fl = FrontLightWidget:new{
|
||||
}
|
||||
UIManager:show(fl)
|
||||
UIManager:show(FrontLightWidget:new{})
|
||||
end
|
||||
|
||||
function ReaderFrontLight:close()
|
||||
|
||||
Reference in New Issue
Block a user