Skip to content

Commit

Permalink
Fix show result dialog repeatly when loading game
Browse files Browse the repository at this point in the history
  • Loading branch information
calcitem committed Apr 15, 2024
1 parent ebdd290 commit 4982352
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ class GameResultNotifier with ChangeNotifier {

void showResult({required bool force}) {
_force = force;
Future<void>.delayed(Duration.zero, () {
notifyListeners();
});
notifyListeners();
}
}

0 comments on commit 4982352

Please sign in to comment.