misc watch stuff including taps, sounds, maybe working
This commit is contained in:
@@ -51,6 +51,8 @@ extension WatchMainViewModel {
|
||||
}
|
||||
}
|
||||
isInWorkout = true
|
||||
isPaused = false
|
||||
WKInterfaceDevice.current().play(.start)
|
||||
} else {
|
||||
print("did not init workout")
|
||||
}
|
||||
@@ -69,6 +71,7 @@ extension WatchMainViewModel {
|
||||
self.hkBuilder = nil
|
||||
self.heartRates.removeAll()
|
||||
self.isInWorkout = false
|
||||
self.isPaused = false
|
||||
|
||||
guard let id = workout?.uuid else {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user