This commit is contained in:
Scott E. Graves 2025-03-04 13:34:02 -06:00
parent badd098fe0
commit 661f57d599

View File

@ -144,9 +144,7 @@ class _MyHomePageState extends State<MyHomePage> {
}); });
}) })
.catchError((_) { .catchError((_) {
setState(() { setState(() => _allowAdd = true);
_allowAdd = true;
});
}); });
Navigator.of(context).pop(); Navigator.of(context).pop();