Skip to content

Commit

Permalink
Refactor blinking timer bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JackEblan committed Jul 11, 2024
1 parent 2535454 commit 8b1746c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ private fun Questions(
snackbarHostState.showSnackbar("Please answer all the questions")
}
} else {
onCancelCountDownTimer()
onShowCorrectChoices(questionSettingIndex, questions)
}
},
Expand Down

0 comments on commit 8b1746c

Please sign in to comment.