Fixed bug with playing confetti on cancel button

This commit is contained in:
2025-07-23 11:26:09 +02:00
parent 016dd3159a
commit fadc99564f
3 changed files with 4 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ class _RoundViewState extends State<RoundView> {
padding: EdgeInsets.zero,
onPressed: () => {
LocalStorageService.saveGameSessions(),
Navigator.pop(context)
Navigator.pop(context, -1)
},
child: Text(AppLocalizations.of(context).cancel),
),