Ausgewählte Spieler durch Gruppe werden nicht aussortiert #124

Merged
sneeex merged 4 commits from bug/113-ausgewählte-spieler-durch-gruppe-werden-nicht-aussortiert into development 2026-01-02 20:22:45 +00:00
Showing only changes of commit bdc3453d7f - Show all commits

View File

@@ -224,7 +224,7 @@ class _PlayerSelectionState extends State<PlayerSelection> {
} }
/// Adds a new player to the database from the search bar input. /// Adds a new player to the database from the search bar input.
/// Shows a snackbar indicating success xfor failure. /// Shows a snackbar indicating success or failure.
/// [context] - BuildContext to show the snackbar. /// [context] - BuildContext to show the snackbar.
void addNewPlayerFromSearch({required BuildContext context}) async { void addNewPlayerFromSearch({required BuildContext context}) async {
String playerName = _searchBarController.text.trim(); String playerName = _searchBarController.text.trim();