From 0fddc1783cc4df130c09bfb7737d241ac2350c49 Mon Sep 17 00:00:00 2001 From: Laurent Date: Wed, 27 Sep 2023 14:56:45 +0200 Subject: [PATCH] Fix dynamic island restarting the timer on tap --- LaunchWidget/LaunchWidgetLiveActivity.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LaunchWidget/LaunchWidgetLiveActivity.swift b/LaunchWidget/LaunchWidgetLiveActivity.swift index b4da2f4..80e4eb6 100644 --- a/LaunchWidget/LaunchWidgetLiveActivity.swift +++ b/LaunchWidget/LaunchWidgetLiveActivity.swift @@ -90,7 +90,7 @@ struct LaunchWidgetLiveActivity: Widget { Text(context.attributes.date, style: .timer) } } - .widgetURL(URL(string: context.attributes.id)) +// .widgetURL(URL(string: context.attributes.id)) .keylineTint(Color.red) } }