Skip to content

Commit 3d5db64

Browse files
blimpichOSBotify
authored andcommitted
Merge pull request #55039 from rayane-djouah/fix-modal-appears-after-every-login
(cherry picked from commit 621be74) (CP triggered by thienlnam)
1 parent 4e5a190 commit 3d5db64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/useOnboardingFlow.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function useOnboardingFlowRouter() {
3333
useEffect(() => {
3434
// This should delay opening the onboarding modal so it does not interfere with the ongoing ReportScreen params changes
3535
InteractionManager.runAfterInteractions(() => {
36-
if (isLoadingApp) {
36+
if (isLoadingApp !== false) {
3737
return;
3838
}
3939

0 commit comments

Comments
 (0)