We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e5a190 commit 3d5db64Copy full SHA for 3d5db64
src/hooks/useOnboardingFlow.ts
@@ -33,7 +33,7 @@ function useOnboardingFlowRouter() {
33
useEffect(() => {
34
// This should delay opening the onboarding modal so it does not interfere with the ongoing ReportScreen params changes
35
InteractionManager.runAfterInteractions(() => {
36
- if (isLoadingApp) {
+ if (isLoadingApp !== false) {
37
return;
38
}
39
0 commit comments