From 56021ccda55e0b30738d4689d3eaa52e8f0c3e96 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 5 Jan 2024 13:53:59 -0600 Subject: [PATCH] Use android mode, fix fallback (#2437) --- src/Splash.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/Splash.tsx b/src/Splash.tsx index 0ddb0520..4b480b7a 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} ) : (