diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-01-02 11:57:27 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2024-01-02 11:57:27 -0800 |
commit | 43ac20881f7dd893fa0d224409904dc9e7b9c21a (patch) | |
tree | 00da835ec04b3e9a2cb61180f1e03844f629b139 /src | |
parent | cb6e164cd2be3f3a4c5b92a2ae90a412035cc2a6 (diff) | |
download | voidsky-43ac20881f7dd893fa0d224409904dc9e7b9c21a.tar.zst |
Add comment
Diffstat (limited to 'src')
-rw-r--r-- | src/Splash.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Splash.tsx b/src/Splash.tsx index 4d8745877..9d47d9323 100644 --- a/src/Splash.tsx +++ b/src/Splash.tsx @@ -138,6 +138,7 @@ export function Splash(props: React.PropsWithChildren<Props>) { )} {platformApiLevel && platformApiLevel <= 25 ? ( + // Use a simple fade on older versions of android (work around a bug) <> {!isAnimationComplete && ( <View |