diff --git a/LaunchWidget/SingleTimerView.swift b/LaunchWidget/SingleTimerView.swift index 3f417e1..cd8ab8b 100644 --- a/LaunchWidget/SingleTimerView.swift +++ b/LaunchWidget/SingleTimerView.swift @@ -191,6 +191,7 @@ struct MultiCountdownView: View { } .padding(.horizontal, 12.0) .padding(.vertical, 16.0) + .frame(maxWidth: .infinity, maxHeight: .infinity) .background(GradientView()) } diff --git a/LeCountdown/Conductor.swift b/LeCountdown/Conductor.swift index 4b2cd63..fca41f3 100644 --- a/LeCountdown/Conductor.swift +++ b/LeCountdown/Conductor.swift @@ -300,6 +300,7 @@ class Conductor: ObservableObject { } #endif self.currentCountdowns.removeValue(forKey: countdownId) + self._endLiveActivity(timerId: countdownId) } }