fix: resolve navigation-cache regressions and todo UX
This commit is contained in:
@@ -751,7 +751,7 @@ class _CreateEventSheetState extends State<CreateEventSheet>
|
||||
|
||||
widget.onSaved?.call();
|
||||
if (mounted) {
|
||||
Navigator.pop(context);
|
||||
Navigator.pop(context, true);
|
||||
}
|
||||
} catch (e) {
|
||||
if (mounted) {
|
||||
|
||||
Reference in New Issue
Block a user