|
|
|
@ -86,8 +86,10 @@ struct LaunchWidgetLiveActivity: Widget { |
|
|
|
let range = Date()...context.attributes.date |
|
|
|
let range = Date()...context.attributes.date |
|
|
|
Text(timerInterval: range, |
|
|
|
Text(timerInterval: range, |
|
|
|
pauseTime: range.lowerBound) |
|
|
|
pauseTime: range.lowerBound) |
|
|
|
|
|
|
|
.font(Font.system(size: 11.0)) |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
Text(context.attributes.date, style: .timer) |
|
|
|
Text(context.attributes.date, style: .timer) |
|
|
|
|
|
|
|
.font(Font.system(size: 11.0)) |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
// .widgetURL(URL(string: context.attributes.id)) |
|
|
|
// .widgetURL(URL(string: context.attributes.id)) |
|
|
|
|