diff --git a/src/main_screen.cpp b/src/main_screen.cpp index c5c480a..45577e8 100644 --- a/src/main_screen.cpp +++ b/src/main_screen.cpp @@ -246,7 +246,7 @@ bool MainScreen::handleEvent(SDL_Event& e) { if ( e.type == SDL_EVENT_WINDOW_SHOWN || - //e.type == SDL_EVENT_WINDOW_RESTORED || // triggers on hide + e.type == SDL_EVENT_WINDOW_RESTORED || // required for android e.type == SDL_EVENT_WINDOW_EXPOSED ) { auto* window = SDL_GetWindowFromID(e.window.windowID);