Fixed bug with playing confetti on cancel button
This commit is contained in:
@@ -453,6 +453,8 @@ class _ActiveGameViewState extends State<ActiveGameView> {
|
||||
),
|
||||
);
|
||||
|
||||
if (round == -1) return;
|
||||
|
||||
if (widget.gameSession.isGameFinished && context.mounted) {
|
||||
_playFinishAnimation(context);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user