diff --git a/src/components/Lottie/index.tsx b/src/components/Lottie/index.tsx index 09ba8802130..99d21b21059 100644 --- a/src/components/Lottie/index.tsx +++ b/src/components/Lottie/index.tsx @@ -98,8 +98,9 @@ function Lottie({source, webStyle, shouldLoadAfterInteractions, ...props}: Props isError || appState.isBackground || !animationFile || + hasNavigatedAway || splashScreenState !== CONST.BOOT_SPLASH_STATE.HIDDEN || - ((!isInteractionComplete || hasNavigatedAway) && shouldLoadAfterInteractions) + (!isInteractionComplete && shouldLoadAfterInteractions) ) { return (