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((_) {
setState(() {
_allowAdd = true;
});
setState(() => _allowAdd = true);
});
Navigator.of(context).pop();