Posts

Post not yet marked as solved
0 Replies
252 Views
How can i pause and resume Text((context.state.startTime.convertStringToDate() ?? Date()), style: .relative) and ProgressView( timerInterval: progressStartDate...Date().addingTimeInterval(TimeInterval((Int(earnTime) ?? 0) * 60)), countsDown: false, label: { EmptyView() }, currentValueLabel: { EmptyView() } ) I couldn't find any document to pause and resume activity
Posted Last updated
.