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.
2 parents 2454cd8 + e314f53 commit b1619d0Copy full SHA for b1619d0
1 file changed
src/libs/actions/App.ts
@@ -631,7 +631,9 @@ function createWorkspaceWithPolicyDraftAndNavigateToIt(params: CreateWorkspaceWi
631
if (transitionFromOldDot) {
632
Navigation.navigate(routeToNavigate);
633
} else if (Navigation.isTopmostRouteModalScreen()) {
634
- Navigation.revealRouteBeforeDismissingModal(routeToNavigate);
+ Navigation.dismissModal({
635
+ afterTransition: () => Navigation.navigate(routeToNavigate),
636
+ });
637
} else {
638
Navigation.navigate(routeToNavigate, {forceReplace: true});
639
}
0 commit comments