added unfocus when review button is clicked when adding a PizzaEvent
This commit is contained in:
parent
d7dd3b5ca5
commit
9dd2c83646
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ class AddPizzaEventPageState extends State<AddPizzaEventPage> {
|
|||
setState(() { this.nameValidation = true; });
|
||||
return;
|
||||
}
|
||||
FocusScope.of(context).unfocus();
|
||||
DateTime eventTime = await showDialog(
|
||||
context: context,
|
||||
builder: (context) {
|
||||
|
|
Loading…
Add table
Reference in a new issue