Bearbeiten und Löschen von Matches #171
@@ -235,7 +235,7 @@ class _CreateMatchViewState extends State<CreateMatchView> {
|
|||||||
(selectedPlayers.length > 1) && selectedGameIndex != -1);
|
(selectedPlayers.length > 1) && selectedGameIndex != -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
// If a match was provied to the view, it updates the match in the database
|
// If a match was provided to the view, it updates the match in the database
|
||||||
// and navigates back to the previous screen.
|
// and navigates back to the previous screen.
|
||||||
// If no match was provided, it creates a new match in the database and
|
// If no match was provided, it creates a new match in the database and
|
||||||
|
flixcoo marked this conversation as resolved
|
|||||||
// navigates to the MatchResultView for the newly created match.
|
// navigates to the MatchResultView for the newly created match.
|
||||||
|
|||||||
Reference in New Issue
Block a user
sollte nicht auch hier als bedingung rein, dass game ausgewählt ist (auch wenns gerade noch keine funktion hat)
Geändert