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

Disable SplashScreen compat implementation on API 31+ #4447

Merged
merged 1 commit into from
May 15, 2024

Conversation

cbeyls
Copy link
Contributor

@cbeyls cbeyls commented May 13, 2024

API 31+ devices don't need to install the compat SplashScreen because they have their own native splash screen implementation. Furthermore, we don't need to customize the splash screen so there is no need to call the library.

On API 31+, the SplashScreen compat library registers some kind of listener which causes display bugs with the Tusky theme on some Android versions. Disabling the library on API 31+ solves this issue.

Fixes #4446.

@connyduck connyduck merged commit 0053d67 into tuskyapp:develop May 15, 2024
3 checks passed
@cbeyls cbeyls deleted the fix/splash_screen_compat branch June 1, 2024 14:52
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.

Tusky has two app bars, one of them overlapping the side drawer
2 participants