Skip to content

Commit

Permalink
fix: 29060
Browse files Browse the repository at this point in the history
  • Loading branch information
tienifr committed Oct 9, 2023
1 parent d06d2f7 commit 9197143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libs/actions/Report.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import * as UserUtils from '../UserUtils';
import * as Welcome from './Welcome';
import * as PersonalDetailsUtils from '../PersonalDetailsUtils';
import * as Environment from '../Environment/Environment';
import * as Session from './Session';
import SidebarUtils from '../../libs/SidebarUtils';

let currentUserAccountID;
Onyx.connect({
Expand Down Expand Up @@ -1882,7 +1882,7 @@ function openReportFromDeepLink(url, isAuthenticated) {

// Navigate to the report after sign-in/sign-up.
InteractionManager.runAfterInteractions(() => {
Session.waitForUserSignIn().then(() => {
SidebarUtils.isSidebarLoadedReady().then(() => {
if (route === ROUTES.CONCIERGE) {
navigateToConciergeChat();
return;
Expand Down

0 comments on commit 9197143

Please sign in to comment.