Skip to content

Commit

Permalink
fix: prelaunch report issue about splashscreen (#11546)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkartalis authored Feb 12, 2025
1 parent 8353aa9 commit e1db5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/utils/useHideSplashScreen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const useHideSplashScreen = () => {
return
}

if (!isLoggedIn) {
if (!isLoggedIn && isNavigationReady) {
hideSplashScreen()
}
}
Expand Down

0 comments on commit e1db5b2

Please sign in to comment.