Skip to content

Commit

Permalink
feat: cancel messages checker on quiz
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiseeeh committed Jun 15, 2024
1 parent 6494f86 commit aec8611
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ class _FeynmanTechniqueScreenState

if (!context.mounted) return;

_messagesTimer?.cancel();

if (widget.feynmanEntity != null) {
if (widget.feynmanEntity!.questions!.isEmpty) {
var feynmanModel = FeynmanModel.fromEntity(widget.feynmanEntity!)
Expand Down

0 comments on commit aec8611

Please sign in to comment.