mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[StatusBar] Allow status bars to be repainted if they are not covered (#9768)
This commit is contained in:
@@ -430,7 +430,7 @@ function InputDialog:init()
|
||||
h = self.screen_height - keyboard_height,
|
||||
},
|
||||
ignore_if_over = "height",
|
||||
frame
|
||||
frame,
|
||||
}
|
||||
if Device:isTouchDevice() then -- is used to hide the keyboard with a tap outside of inputbox
|
||||
self.ges_events.Tap = {
|
||||
|
||||
Reference in New Issue
Block a user