Corrected kamikaze index

This commit is contained in:
2025-07-14 12:42:30 +02:00
parent b225b28e32
commit 4478c00b9d
2 changed files with 2 additions and 2 deletions

View File

@@ -248,7 +248,7 @@ class _RoundViewState extends State<RoundView> {
(_kamikazePlayerIndex == (_kamikazePlayerIndex ==
originalIndex) originalIndex)
? null ? null
: index; : originalIndex;
}); });
}, },
child: Container( child: Container(

View File

@@ -2,7 +2,7 @@ name: cabo_counter
description: "Mobile app for the card game Cabo" description: "Mobile app for the card game Cabo"
publish_to: 'none' publish_to: 'none'
version: 0.4.7+505 version: 0.4.7+506
environment: environment:
sdk: ^3.5.4 sdk: ^3.5.4