MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
Showing only changes of commit 1e730cebe6 - Show all commits

View File

@@ -78,9 +78,13 @@ class _PlayerSelectionState extends State<PlayerSelection> {
suggestedPlayers = [...loadedPlayers];
}
});
if (mounted) {
setState(() {
isLoading = false;
});
}
});
}
@override
Widget build(BuildContext context) {