diff --git a/Themes/_fallback/BGAnimations/ScreenChatOverlay overlay.lua b/Themes/_fallback/BGAnimations/ScreenChatOverlay overlay.lua index 1c5e849559..307a4b7afb 100644 --- a/Themes/_fallback/BGAnimations/ScreenChatOverlay overlay.lua +++ b/Themes/_fallback/BGAnimations/ScreenChatOverlay overlay.lua @@ -528,6 +528,9 @@ function MPinput(event) -- hard kb toggle if event.type == "InputEventType_FirstPress" and event.DeviceInput.button == "DeviceButton_insert" then + if minimised then + typing = true + end minimised = not minimised MESSAGEMAN:Broadcast("Minimise") update = true