fixed event name error not disappearing after returning from confirm screen

This commit is contained in:
broodjeaap89 2021-07-13 19:28:49 +02:00
parent cab071809e
commit 86b6004fd7

View file

@ -184,6 +184,7 @@ class AddPizzaEventPageState extends State<AddPizzaEventPage> {
setState(() { this.nameValidation = true; });
return;
}
setState(() { this.nameValidation = false; });
FocusScope.of(context).unfocus();
DateTime eventTime = await showDialog(
context: context,