diff options
author | Hailey <me@haileyok.com> | 2023-12-31 16:14:24 -0800 |
---|---|---|
committer | Hailey <me@haileyok.com> | 2023-12-31 16:14:24 -0800 |
commit | cb6e164cd2be3f3a4c5b92a2ae90a412035cc2a6 (patch) | |
tree | 90b5ba2410d009fc391675ac0b4fbd612e1e0028 /src/Splash.tsx | |
parent | 87245480d42f0956b06987944ca412538d4fb698 (diff) | |
download | voidsky-cb6e164cd2be3f3a4c5b92a2ae90a412035cc2a6.tar.zst |
adjust api level
Diffstat (limited to 'src/Splash.tsx')
-rw-r--r-- | src/Splash.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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<Props>) { /> )} - {platformApiLevel && platformApiLevel <= 27 ? ( + {platformApiLevel && platformApiLevel <= 25 ? ( <> {!isAnimationComplete && ( <View |