WIP
This commit is contained in:
@@ -63,6 +63,7 @@ extension BridgeModule {
|
||||
completedWorkout()
|
||||
self.completedWorkout = nil
|
||||
}
|
||||
resetCurrentWorkout()
|
||||
}
|
||||
|
||||
func start(workout: Workout) {
|
||||
|
||||
@@ -177,7 +177,6 @@ struct WorkoutDetailView: View {
|
||||
if let workoutData = createWorkoutData() {
|
||||
workoutComplete = .completedWorkout(workoutData)
|
||||
}
|
||||
bridgeModule.resetCurrentWorkout()
|
||||
}
|
||||
}
|
||||
.onReceive(NotificationCenter.default.publisher(
|
||||
|
||||
Reference in New Issue
Block a user