try to fix watch stuff
This commit is contained in:
@@ -176,9 +176,8 @@ struct WorkoutDetailView: View {
|
||||
bridgeModule.completedWorkout = {
|
||||
if let workoutData = createWorkoutData() {
|
||||
workoutComplete = .completedWorkout(workoutData)
|
||||
} else {
|
||||
bridgeModule.resetCurrentWorkout()
|
||||
}
|
||||
bridgeModule.resetCurrentWorkout()
|
||||
}
|
||||
}
|
||||
.onReceive(NotificationCenter.default.publisher(
|
||||
|
||||
Reference in New Issue
Block a user