From 8d8de39c3901f2e79de88772bb0b30a120566d64 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Mon, 20 Feb 2023 17:51:38 +0100 Subject: [PATCH] Made the startup animation always finish playing before displaying the application update notification. --- es-app/src/views/ViewController.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/es-app/src/views/ViewController.cpp b/es-app/src/views/ViewController.cpp index 8710539fc..3b0d2d449 100644 --- a/es-app/src/views/ViewController.cpp +++ b/es-app/src/views/ViewController.cpp @@ -210,6 +210,9 @@ void ViewController::invalidAlternativeEmulatorDialog() void ViewController::updateAvailableDialog(const std::string& message) { + if (isAnimationPlaying(0)) + finishAnimation(0); + mWindow->pushGui(new GuiMsgBox(getHelpStyle(), message, "OK", nullptr, "", nullptr, "", nullptr, true, true, (mRenderer->getIsVerticalOrientation() ?