mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix(readerfontlight): crash in toggle
This commit is contained in:
@@ -93,7 +93,7 @@ function ReaderFrontLight:onShowFlDialog()
|
||||
text = _("Toggle"),
|
||||
enabled = true,
|
||||
callback = function()
|
||||
self.fl_dialog.input:setText("")
|
||||
self.fl_dialog:setInputText("")
|
||||
powerd:toggleFrontlight()
|
||||
end,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user