diff --git a/LeCountdown/LeCountdownApp.swift b/LeCountdown/LeCountdownApp.swift index a75413c..4659327 100644 --- a/LeCountdown/LeCountdownApp.swift +++ b/LeCountdown/LeCountdownApp.swift @@ -58,6 +58,7 @@ struct LeCountdownApp: App { switch newPhase { case .inactive: Conductor.maestro.stopMainPlayersIfPossible() + Conductor.maestro.memoryWarningReceived = false case .active: Logger.log("onChange(of: scenePhase) active") Logger.log(Conductor.maestro.currentCountdowns.count)