Skip to content

Commit

Permalink
Fix incorrect srs button handling for vocab writing practice
Browse files Browse the repository at this point in the history
  • Loading branch information
syt0r committed Jul 15, 2024
1 parent 32fab0e commit d0a4a0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ private fun ScreenReview(
VocabPracticeWritingUI(
reviewState = currentState,
answers = reviewState.answers,
onNextClick = { onNextClick(reviewState.answers.good) },
onNextClick = onNextClick,
onWordClick = { alternativeWordsDialogWord = it },
onFeedbackClick = onFeedbackClick
)
Expand Down

0 comments on commit d0a4a0f

Please sign in to comment.