Skip to content

Commit

Permalink
Merge pull request #55039 from rayane-djouah/fix-modal-appears-after-…
Browse files Browse the repository at this point in the history
…every-login
  • Loading branch information
blimpich authored Jan 10, 2025
2 parents 97f1ee7 + 3e818c7 commit 621be74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useOnboardingFlow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function useOnboardingFlowRouter() {
useEffect(() => {
// This should delay opening the onboarding modal so it does not interfere with the ongoing ReportScreen params changes
InteractionManager.runAfterInteractions(() => {
if (isLoadingApp) {
if (isLoadingApp !== false) {
return;
}

Expand Down

0 comments on commit 621be74

Please sign in to comment.