Laurent 3 years ago
parent f4975cb876
commit b8e67a5ffc
  1. 1
      LaunchWidget/SingleTimerView.swift
  2. 1
      LeCountdown/Conductor.swift

@ -191,6 +191,7 @@ struct MultiCountdownView: View {
} }
.padding(.horizontal, 12.0) .padding(.horizontal, 12.0)
.padding(.vertical, 16.0) .padding(.vertical, 16.0)
.frame(maxWidth: .infinity, maxHeight: .infinity)
.background(GradientView()) .background(GradientView())
} }

@ -300,6 +300,7 @@ class Conductor: ObservableObject {
} }
#endif #endif
self.currentCountdowns.removeValue(forKey: countdownId) self.currentCountdowns.removeValue(forKey: countdownId)
self._endLiveActivity(timerId: countdownId)
} }
} }

Loading…
Cancel
Save