Fixed bug with no popup shown
This commit is contained in:
@@ -312,6 +312,7 @@ class _ActiveGameViewState extends State<ActiveGameView> {
|
||||
onPressed: () {
|
||||
setState(() {
|
||||
gameManager.endGame(gameSession.id);
|
||||
_playFinishAnimation(context);
|
||||
});
|
||||
Navigator.pop(context);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user