File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ import * as PersonalDetailsUtils from '@libs/PersonalDetailsUtils';
20
20
import * as Pusher from '@libs/Pusher/pusher' ;
21
21
import * as ReportActionsUtils from '@libs/ReportActionsUtils' ;
22
22
import * as ReportUtils from '@libs/ReportUtils' ;
23
+ import SidebarUtils from '@libs/SidebarUtils' ;
23
24
import * as UserUtils from '@libs/UserUtils' ;
24
25
import Visibility from '@libs/Visibility' ;
25
26
import CONFIG from '@src/CONFIG' ;
@@ -2003,7 +2004,7 @@ function openReportFromDeepLink(url, isAuthenticated) {
2003
2004
2004
2005
// Navigate to the report after sign-in/sign-up.
2005
2006
InteractionManager . runAfterInteractions ( ( ) => {
2006
- Session . waitForUserSignIn ( ) . then ( ( ) => {
2007
+ SidebarUtils . isSidebarLoadedReady ( ) . then ( ( ) => {
2007
2008
if ( route === ROUTES . CONCIERGE ) {
2008
2009
navigateToConciergeChat ( true ) ;
2009
2010
return ;
You can’t perform that action at this time.
0 commit comments