Optionaler Match-Name #121

Merged
sneeex merged 6 commits from enhancement/115-Optionaler-Match-Name into development 2026-01-01 21:50:11 +00:00
Showing only changes of commit b0073addf8 - Show all commits

View File

@@ -234,7 +234,7 @@ class _CreateMatchViewState extends State<CreateMatchView> {
? () async {
Match match = Match(
name: _matchNameController.text.isEmpty
? hintText.trim()
? hintText
: _matchNameController.text.trim(),
createdAt: DateTime.now(),
group: selectedGroup,