diff --git a/packages/mobile/src/screens/root-screen/RootScreen.tsx b/packages/mobile/src/screens/root-screen/RootScreen.tsx index 9bc58e6148..1fb6d95669 100644 --- a/packages/mobile/src/screens/root-screen/RootScreen.tsx +++ b/packages/mobile/src/screens/root-screen/RootScreen.tsx @@ -57,19 +57,17 @@ export const RootScreen = ({ isReadyToSetupBackend }: RootScreenProps) => { () => dispatch(enterBackground()) ) + const accountFetchResolved = + accountStatus === Status.SUCCESS || accountStatus === Status.ERROR return ( <> - + {updateRequired ? ( - ) : !hasAccount ? ( + ) : accountFetchResolved && !hasAccount ? ( ) : (