misc watch stuff including taps, sounds, maybe working
This commit is contained in:
@@ -77,8 +77,6 @@ extension BridgeModule {
|
||||
currentWorkoutRunTimer = nil
|
||||
isPaused = false
|
||||
|
||||
sendStartWorkoutToWatch()
|
||||
|
||||
if let superetExercise = currentExerciseInfo.currentExercise {
|
||||
updateCurrent(exercise: superetExercise)
|
||||
startWorkoutTimer()
|
||||
@@ -88,6 +86,7 @@ extension BridgeModule {
|
||||
if WCSession.isSupported() {
|
||||
session.delegate = self
|
||||
session.activate()
|
||||
sendStartWorkoutToWatch()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user