mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Minor keyboard corrections (#12372)
This commit is contained in:
@@ -222,7 +222,7 @@ function InputDialog:init()
|
||||
if self.fullscreen or self.add_nav_bar then
|
||||
self.deny_keyboard_hiding = true
|
||||
end
|
||||
if (Device:hasKeyboard() or Device:hasScreenKB()) and G_reader_settings:isFalse("virtual_keyboard_enabled") then
|
||||
if (Device:hasKeyboard() or Device:hasScreenKB()) and G_reader_settings:isFalse("virtual_keyboard_enabled") then
|
||||
self.keyboard_visible = false
|
||||
self.skip_first_show_keyboard = true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user