Skip to content

Commit 8cc7bf6

Browse files
committed
Do not use root navigator for showing dialogs for show dialog action.
1 parent b4141c6 commit 8cc7bf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/functions/functions_repository.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ class FunctionsRepository {
330330

331331
await showDialog(
332332
context: context,
333+
useRootNavigator: false,
333334
barrierDismissible: action.barrierDismissible,
334335
barrierColor: action.barrierColor?.toFlutterColor(),
335336
routeSettings: RouteSettings(arguments: parsedParams),

0 commit comments

Comments
 (0)