Skip to content

Commit

Permalink
🔀️ Merge branch 'mathieu/feature/Disable-Exercise-interface-while-rev…
Browse files Browse the repository at this point in the history
…iewing-answers' into develop
  • Loading branch information
ladislas committed Aug 23, 2024
2 parents 60b584e + d5e07df commit 36f5de9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public struct ActivityView: View {
}
}
.id(self.viewModel.currentExerciseIndexInCurrentGroup)
.disabled(self.viewModel.currentExerciseSharedData.isCompleted)
.blur(radius: self.blurRadius)
.opacity(self.opacity)
.onChange(of: self.viewModel.isReinforcerAnimationVisible) {
Expand Down

0 comments on commit 36f5de9

Please sign in to comment.