Switch UI event notifications (used for soft-keyboard) from strings to enums

This commit is contained in:
Henrik Rydgård
2024-05-20 18:25:16 +02:00
parent f0befda912
commit f61baa3b51
5 changed files with 29 additions and 22 deletions
+1 -1
View File
@@ -398,7 +398,7 @@ void PopupScreen::TriggerFinish(DialogResult result) {
OnCompleted(result);
}
// Inform UI that popup close to hide OSK (if visible)
System_NotifyUIState("popup_closed");
System_NotifyUIEvent(UIEventNotification::POPUP_CLOSED);
}
void PopupScreen::CreateViews() {