Corrected kamikaze index
This commit is contained in:
@@ -248,7 +248,7 @@ class _RoundViewState extends State<RoundView> {
|
|||||||
(_kamikazePlayerIndex ==
|
(_kamikazePlayerIndex ==
|
||||||
originalIndex)
|
originalIndex)
|
||||||
? null
|
? null
|
||||||
: index;
|
: originalIndex;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
child: Container(
|
child: Container(
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user