Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: only do fadeout animation if FadeSplashScreen is true #1506

Merged
merged 1 commit into from Oct 27, 2022

Conversation

jcesarmobile
Copy link
Member

@jcesarmobile jcesarmobile commented Oct 10, 2022

Configuring the status bar at startup no longer works on Android 13 if the splash screen has a configured setOnExitAnimationListener.

Current implementation creates an animation with no duration if FadeSplashScreen is false, and delays the hide of the splash screen for the configured amount on FadeSplashScreenDuration.
But if FadeSplashScreen is false it should not have an animation listener and should not delay the splash screen hide.

related: #1501

Copy link
Member

@erisu erisu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants