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

Make theme default to system on initial launch on iOS #7802

Open
wants to merge 1 commit into
base: dev-mail
Choose a base branch
from

Conversation

BijinDev
Copy link
Contributor

@BijinDev BijinDev commented Oct 23, 2024

On iOS the app defaults to light theme on initial launch, even if the system theme is dark.

This is a result of iOS initialUrl not containing a theme param causing it to miss initial theme setting logic branch.

Co-authored-by: hrb-hub 181954414+hrb-hub@users.noreply.github.com

Close: #7045

@BijinDev BijinDev linked an issue Oct 23, 2024 that may be closed by this pull request
10 tasks
Copy link
Contributor

@charlag charlag left a comment

Choose a reason for hiding this comment

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

good job! I think it would be easier to understand if commit message explained how the issue happened and why you did the changes.

Also, did you test with whitelabel? Browser and mobile

On iOS the app defaults to light theme on initial launch,
even if the system theme is dark.

This is a result of iOS initialUrl not containing a theme param causing
it to miss initial theme setting logic branch.

Co-authored-by: hrb-hub <181954414+hrb-hub@users.noreply.github.com>

Close: #7045
@BijinDev
Copy link
Contributor Author

good job! I think it would be easier to understand if commit message explained how the issue happened and why you did the changes.

Also, did you test with whitelabel? Browser and mobile

Whitelabel smoke tested and commit message updated

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.

When first installed, iOS app does not respect System theme
3 participants