Skip to content

Commit 9197143

Browse files
committed
fix: 29060
1 parent d06d2f7 commit 9197143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libs/actions/Report.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import * as UserUtils from '../UserUtils';
2626
import * as Welcome from './Welcome';
2727
import * as PersonalDetailsUtils from '../PersonalDetailsUtils';
2828
import * as Environment from '../Environment/Environment';
29-
import * as Session from './Session';
29+
import SidebarUtils from '../../libs/SidebarUtils';
3030

3131
let currentUserAccountID;
3232
Onyx.connect({
@@ -1882,7 +1882,7 @@ function openReportFromDeepLink(url, isAuthenticated) {
18821882

18831883
// Navigate to the report after sign-in/sign-up.
18841884
InteractionManager.runAfterInteractions(() => {
1885-
Session.waitForUserSignIn().then(() => {
1885+
SidebarUtils.isSidebarLoadedReady().then(() => {
18861886
if (route === ROUTES.CONCIERGE) {
18871887
navigateToConciergeChat();
18881888
return;

0 commit comments

Comments
 (0)