Minor keyboard corrections (#12372)

This commit is contained in:
David
2024-08-20 11:01:27 +01:00
committed by GitHub
parent ab47bd10a4
commit 698fc35c3f
2 changed files with 4 additions and 1 deletions

View File

@@ -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