diff --git a/shared/src/commonMain/kotlin/org/hyperskill/app/step_quiz/presentation/StepQuizReducer.kt b/shared/src/commonMain/kotlin/org/hyperskill/app/step_quiz/presentation/StepQuizReducer.kt index f0ee2bbf5..36dacccf4 100644 --- a/shared/src/commonMain/kotlin/org/hyperskill/app/step_quiz/presentation/StepQuizReducer.kt +++ b/shared/src/commonMain/kotlin/org/hyperskill/app/step_quiz/presentation/StepQuizReducer.kt @@ -691,6 +691,7 @@ internal class StepQuizReducer( StepQuizResolver.isNeedRecreateAttemptForNewSubmission(state.stepQuizState.step) ) { state to setOf( + Action.ViewAction.HapticFeedback.WrongSubmission, Action.ViewAction.ScrollTo.CallToActionButton, Action.ViewAction.BounceCallToActionButton )