Add comment
parent
cb6e164cd2
commit
43ac20881f
|
@ -138,6 +138,7 @@ export function Splash(props: React.PropsWithChildren<Props>) {
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{platformApiLevel && platformApiLevel <= 25 ? (
|
{platformApiLevel && platformApiLevel <= 25 ? (
|
||||||
|
// Use a simple fade on older versions of android (work around a bug)
|
||||||
<>
|
<>
|
||||||
{!isAnimationComplete && (
|
{!isAnimationComplete && (
|
||||||
<View
|
<View
|
||||||
|
|
Loading…
Reference in New Issue