misc watch stuff including taps, sounds, maybe working
This commit is contained in:
@@ -57,6 +57,7 @@ struct ActionsView: View {
|
||||
.foregroundColor(.white)
|
||||
} else {
|
||||
Button(action: {
|
||||
AudioEngine.shared.playFinished()
|
||||
nextExercise()
|
||||
}, label: {
|
||||
Image(systemName: "arrow.forward")
|
||||
@@ -68,6 +69,7 @@ struct ActionsView: View {
|
||||
.foregroundColor(.white)
|
||||
|
||||
Button(action: {
|
||||
AudioEngine.shared.playFinished()
|
||||
bridgeModule.pauseWorkout()
|
||||
}, label: {
|
||||
bridgeModule.isPaused ?
|
||||
@@ -84,6 +86,7 @@ struct ActionsView: View {
|
||||
.foregroundColor(.white)
|
||||
|
||||
Button(action: {
|
||||
AudioEngine.shared.playFinished()
|
||||
completedWorkout?()
|
||||
}, label: {
|
||||
Image(systemName: "checkmark")
|
||||
|
||||
Reference in New Issue
Block a user