iOS: Close the keyboard on one more event. Makes it easier to get rid of it if it gets stuck.

This commit is contained in:
Henrik Rydgård
2026-03-08 13:03:00 +01:00
parent 9e0cb93085
commit 6ad06e00a4
5 changed files with 8 additions and 0 deletions
+4
View File
@@ -264,6 +264,10 @@ void UIDialogScreen::sendMessage(UIMessage message, const char *value) {
}
}
UIDialogScreen::~UIDialogScreen() {
System_NotifyUIEvent(UIEventNotification::DIALOG_CLOSED);
}
bool UIScreen::IsOnTop() const {
return screenManager()->topScreen() == this;
}