mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Fix some typos (harmless) (#14079)
This commit is contained in:
@@ -643,7 +643,7 @@ function InputDialog:toggleKeyboard(force_toggle)
|
||||
-- Remember the *current* visibility, as the following close will reset it
|
||||
local visible = self:isKeyboardVisible()
|
||||
|
||||
-- When we forcibly close the keyboard, remember its current visiblity state, so that we can properly restore it later.
|
||||
-- When we forcibly close the keyboard, remember its current visibility state, so that we can properly restore it later.
|
||||
-- (This is used by some buttons in fullscreen mode, where we might want to keep the original keyboard hidden when popping up a new one for another InputDialog).
|
||||
if force_toggle == false then
|
||||
-- NOTE: visible will be nil between our own init and a show of the keyboard, which is precisely what happens when we *hide* the keyboard.
|
||||
|
||||
Reference in New Issue
Block a user