[StatusBar] Allow status bars to be repainted if they are not covered (#9768)

This commit is contained in:
zwim
2022-11-20 05:33:44 +01:00
committed by GitHub
parent 81b2f22b04
commit 486d7071c7
13 changed files with 67 additions and 55 deletions

View File

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