fixed event name error not disappearing after returning from confirm screen
This commit is contained in:
parent
cab071809e
commit
86b6004fd7
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue