Simplified comparison

This commit is contained in:
2025-07-11 11:51:54 +02:00
parent 5a1c3ef09a
commit df3a16151d

View File

@@ -305,8 +305,7 @@ class _RoundViewState extends State<RoundView> {
? () {
_finishRound();
LocalStorageService.saveGameSessions();
if (widget.gameSession.isGameFinished ==
true) {
if (widget.gameSession.isGameFinished) {
Navigator.pop(context);
} else {
Navigator.pop(