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

Remove unneeded Android theme parameters #1980

Merged
merged 1 commit into from Jan 21, 2022
Merged

Remove unneeded Android theme parameters #1980

merged 1 commit into from Jan 21, 2022

Conversation

kevinslashslash
Copy link
Contributor

These aren't doing anything productive, as they're quickly overridden when
BridgeActivity resets the theme. Additionally windowIsTranslucent may trigger
this Android issue https://issuetracker.google.com/issues/194427611 , when
using 3rd party launchers that support the return to home animation on
Android 11+, the Lichess icon may get stuck on the screen.

Tested on Android 11+ with and without GestureNavContract and with and without dark mode.
Also tested on Android 8.0 to verify this doesn't introduce splash screen issues on older Android versions.
I was unable to find out why these parameters were originally added.

These aren't doing anything productive, as they're quickly overridden when
BridgeActivity resets the theme. Additionally windowIsTranslucent may trigger
this Android issue https://issuetracker.google.com/issues/194427611 , when
using 3rd party launchers that support the return to home animation on
Android 11+, the Lichess icon may get stuck on the screen.
@veloce
Copy link
Collaborator

veloce commented Jan 21, 2022

It's not anymore in the capacitor template indeed.

@veloce veloce merged commit 0c44f56 into lichess-org:master Jan 21, 2022
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

2 participants