diff --git a/src/Splash.tsx b/src/Splash.tsx index 0ddb0520d3..4b480b7a4b 100644 --- a/src/Splash.tsx +++ b/src/Splash.tsx @@ -140,20 +140,13 @@ export function Splash(props: React.PropsWithChildren) { {platformApiLevel && platformApiLevel <= 25 ? ( // Use a simple fade on older versions of android (work around a bug) <> - {!isAnimationComplete && ( - - )} {props.children} ) : (