diff --git a/apps/apps_container.cpp b/apps/apps_container.cpp index 0f0eebdc4..27f37d0d0 100644 --- a/apps/apps_container.cpp +++ b/apps/apps_container.cpp @@ -68,7 +68,7 @@ VariableBoxController * AppsContainer::variableBoxController() { void AppsContainer::suspend(bool checkIfPowerKeyReleased) { resetShiftAlphaStatus(); #if EPSILON_SOFTWARE_UPDATE_PROMPT - if (activeApp()->snapshot()!= onBoardingAppSnapshot() && GlobalPreferences::sharedGlobalPreferences()->showUpdatePopUp()) { + if (activeApp()->snapshot()!= onBoardingAppSnapshot() && activeApp()->snapshot() != hardwareTestAppSnapshot() && GlobalPreferences::sharedGlobalPreferences()->showUpdatePopUp()) { activeApp()->displayModalViewController(&m_updateController, 0.f, 0.f); } #endif