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

Removed forced Light theme for splash screen during cold start #141

Merged

Conversation

larochon
Copy link

Resolves issue #139.

Android 12 has a new "splash screen" behaviour which uses the application background theming (from Manifest).

The theme was forced to Light theme and it blinded a user with a bright white background, even when dark theme was set in the app, and dark theme was configured system-wide.

By simply removing background configuration in the application Manifest, android 12 now uses the system-wide proper color according to the configured system theme.

There seems to be no side effect on previous android versions (which did not even show this slash screen after all).

Resolves issue orgzly-revived#139.

Android 12 has a new "splash screen" behaviour which uses
the application background theming (from Manifest).

The theme was forced to Light theme and it blinded a user with a bright white
background, even when dark theme was set in the app, and dark theme was configured
system-wide.

By simply removing background configuration in the application Manifest,
android 12 now uses the system-wide proper color according to
the configured system theme.

There seems to be no side effect on previous android versions (which did not
even show this slash screen after all).
@larochon larochon marked this pull request as draft January 12, 2024 00:05
@amberin
Copy link
Member

amberin commented Feb 1, 2024

Looks great!

@alensiljak
Copy link
Contributor

Just checking, is this still a draft?

@larochon larochon marked this pull request as ready for review February 1, 2024 17:12
@larochon
Copy link
Author

larochon commented Feb 1, 2024

Sorry, I was unsure as how to proceed. I removed the draft status; I believe it should be safe to merge.

@amberin amberin self-requested a review February 1, 2024 17:15
@amberin amberin merged commit 129730c into orgzly-revived:master Feb 1, 2024
1 check passed
@amberin amberin mentioned this pull request Feb 8, 2024
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.

3 participants