WIP
fix naming on variable fix tapping on exercise not updating external correctly
This commit is contained in:
@@ -140,7 +140,8 @@ class CurrentWorkoutInfo {
|
||||
self.workout = nil
|
||||
}
|
||||
|
||||
func goToWorkoutAt(supersetIndex: Int, exerciseIndex: Int) -> SupersetExercise? {
|
||||
@discardableResult
|
||||
func goToExerciseAt(supersetIndex: Int, exerciseIndex: Int) -> SupersetExercise? {
|
||||
self.supersetIndex = supersetIndex
|
||||
self.exerciseIndex = exerciseIndex
|
||||
self.currentRound = 1
|
||||
|
||||
Reference in New Issue
Block a user