Ausgewählte Spieler durch Gruppe werden nicht aussortiert #124
@@ -110,8 +110,10 @@ class _CreateMatchViewState extends State<CreateMatchView> {
|
|||||||
]).then((result) async {
|
]).then((result) async {
|
||||||
groupsList = result[0] as List<Group>;
|
groupsList = result[0] as List<Group>;
|
||||||
playerList = result[1] as List<Player>;
|
playerList = result[1] as List<Player>;
|
||||||
});
|
setState(() {
|
||||||
filteredPlayerList = List.from(playerList);
|
filteredPlayerList = List.from(playerList);
|
||||||
|
});
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
|||||||
@@ -182,9 +182,6 @@ class _PlayerSelectionState extends State<PlayerSelection> {
|
|||||||
style: TextStyle(fontSize: 16, fontWeight: FontWeight.bold),
|
style: TextStyle(fontSize: 16, fontWeight: FontWeight.bold),
|
||||||
),
|
),
|
||||||
const SizedBox(height: 10),
|
const SizedBox(height: 10),
|
||||||
/*
|
|
||||||
|
|
||||||
*/
|
|
||||||
Expanded(
|
Expanded(
|
||||||
child: AppSkeleton(
|
child: AppSkeleton(
|
||||||
enabled: isLoading,
|
enabled: isLoading,
|
||||||
|
|||||||
Reference in New Issue
Block a user