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

(cherry picked from commit 621be74)

(CP triggered by thienlnam)
  • Loading branch information
blimpich authored and OSBotify committed Jan 10, 2025
1 parent 4e5a190 commit 3d5db64
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 3d5db64

Please sign in to comment.