Skip to content

Commit

Permalink
Merge pull request #47677 from nkdengineer/fix/47049
Browse files Browse the repository at this point in the history
fix: black page when Navigating back from invited workspace chat
  • Loading branch information
luacmartins authored Aug 22, 2024
2 parents 19ca2bb + 0792f2e commit 4b2e340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/actions/Session/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1001,6 +1001,7 @@ function handleExitToNavigation(exitTo: Route | HybridAppRoute) {
waitForUserSignIn().then(() => {
Navigation.waitForProtectedRoutes().then(() => {
const url = NativeModules.HybridAppModule ? Navigation.parseHybridAppUrl(exitTo) : (exitTo as Route);
Navigation.goBack();
Navigation.navigate(url);
});
});
Expand Down

0 comments on commit 4b2e340

Please sign in to comment.