Add comment

This commit is contained in:
Paul Frazee 2024-01-02 11:57:27 -08:00
parent cb6e164cd2
commit 43ac20881f

View file

@ -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