fix game choose view highlighting not working
This commit is contained in:
@@ -69,6 +69,7 @@ class _ChooseGameViewState extends State<ChooseGameView> {
|
||||
widget.games[index].$3,
|
||||
context,
|
||||
),
|
||||
isHighlighted: selectedGameIndex == index,
|
||||
onPressed: () async {
|
||||
setState(() {
|
||||
if (selectedGameIndex == index) {
|
||||
|
||||
Reference in New Issue
Block a user