Reboot v3

This commit is contained in:
Alessandro Autiero
2023-06-03 18:30:50 +02:00
parent 5eafcae616
commit 30f1b0f162
44 changed files with 1041 additions and 613 deletions

View File

@@ -70,7 +70,7 @@ class FormDialog extends AbstractDialog {
text: entry.text,
type: entry.type,
onTap: () {
if(!Form.of(context)!.validate()) {
if(!Form.of(context).validate()) {
return;
}