source/src/video/uikit/SDL_uikitmessagebox.m
@@ -109,6 +109,7 @@ alertwindow.hidden = YES; } #if !TARGET_OS_TV /* Force the main SDL window to re-evaluate home indicator state */ SDL_Window *focus = SDL_GetFocusWindow(); if (focus) { @@ -120,6 +121,7 @@ } } } #endif /* !TARGET_OS_TV */ *buttonid = messageboxdata->buttons[clickedindex].buttonid; return YES;