Skip to content

Commit 5389aff

Browse files
committed
ALTAPPS-1350: Add haptic feedback
1 parent 2a33dd0 commit 5389aff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared/src/commonMain/kotlin/org/hyperskill/app/step_quiz/presentation/StepQuizReducer.kt

+1
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,7 @@ internal class StepQuizReducer(
691691
StepQuizResolver.isNeedRecreateAttemptForNewSubmission(state.stepQuizState.step)
692692
) {
693693
state to setOf(
694+
Action.ViewAction.HapticFeedback.WrongSubmission,
694695
Action.ViewAction.ScrollTo.CallToActionButton,
695696
Action.ViewAction.BounceCallToActionButton
696697
)

0 commit comments

Comments
 (0)