diff --git a/lib/presentation/views/round_view.dart b/lib/presentation/views/round_view.dart index 113791c..7c62120 100644 --- a/lib/presentation/views/round_view.dart +++ b/lib/presentation/views/round_view.dart @@ -248,7 +248,7 @@ class _RoundViewState extends State { (_kamikazePlayerIndex == originalIndex) ? null - : index; + : originalIndex; }); }, child: Container( diff --git a/pubspec.yaml b/pubspec.yaml index 5a10eca..6773a53 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: cabo_counter description: "Mobile app for the card game Cabo" publish_to: 'none' -version: 0.4.7+505 +version: 0.4.7+506 environment: sdk: ^3.5.4