Remove memory warning when leaving app

main
Laurent 3 years ago
parent 47be480d37
commit bb9641e8e8
  1. 1
      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)

Loading…
Cancel
Save