From cb6e164cd2be3f3a4c5b92a2ae90a412035cc2a6 Mon Sep 17 00:00:00 2001 From: Hailey Date: Sun, 31 Dec 2023 16:14:24 -0800 Subject: adjust api level --- src/Splash.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Splash.tsx') diff --git a/src/Splash.tsx b/src/Splash.tsx index 0f4c83616..4d8745877 100644 --- a/src/Splash.tsx +++ b/src/Splash.tsx @@ -137,7 +137,7 @@ export function Splash(props: React.PropsWithChildren) { /> )} - {platformApiLevel && platformApiLevel <= 27 ? ( + {platformApiLevel && platformApiLevel <= 25 ? ( <> {!isAnimationComplete && (