diff --git a/lib/providers/general/ui.dart b/lib/providers/general/ui.dart index 91b4d5d3..5ccf73f4 100644 --- a/lib/providers/general/ui.dart +++ b/lib/providers/general/ui.dart @@ -153,7 +153,7 @@ class UIProvider { height: 50, child: FilledButton.tonal( onPressed: () { - Navigator.of(context).pop(0); + Navigator.of(context).pop(); Navigator.push( context, MaterialPageRoute(