Fix dynamic island restarting the timer on tap

main
Laurent 2 years ago
parent 0659a607fc
commit 0fddc1783c
  1. 2
      LaunchWidget/LaunchWidgetLiveActivity.swift

@ -90,7 +90,7 @@ struct LaunchWidgetLiveActivity: Widget {
Text(context.attributes.date, style: .timer) Text(context.attributes.date, style: .timer)
} }
} }
.widgetURL(URL(string: context.attributes.id)) // .widgetURL(URL(string: context.attributes.id))
.keylineTint(Color.red) .keylineTint(Color.red)
} }
} }

Loading…
Cancel
Save