We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4141c6 commit 8cc7bf6Copy full SHA for 8cc7bf6
lib/src/functions/functions_repository.dart
@@ -330,6 +330,7 @@ class FunctionsRepository {
330
331
await showDialog(
332
context: context,
333
+ useRootNavigator: false,
334
barrierDismissible: action.barrierDismissible,
335
barrierColor: action.barrierColor?.toFlutterColor(),
336
routeSettings: RouteSettings(arguments: parsedParams),
0 commit comments