try to fix watch stuff
This commit is contained in:
@@ -13,6 +13,7 @@ extension BridgeModule {
|
||||
currentWorkoutRunTimer = nil
|
||||
currentWorkoutRunTimer = Timer.scheduledTimer(withTimeInterval: 1, repeats: true, block: { timer in
|
||||
self.currentWorkoutRunTimeInSeconds += 1
|
||||
self.sendCurrentExerciseToWatch()
|
||||
})
|
||||
currentWorkoutRunTimer?.fire()
|
||||
}
|
||||
@@ -50,7 +51,6 @@ extension BridgeModule {
|
||||
}
|
||||
}
|
||||
}
|
||||
sendCurrentExerciseToWatch()
|
||||
} else {
|
||||
nextExercise()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user