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 crash on lock screen #779

Merged
merged 2 commits into from
Oct 30, 2024
Merged

Fix crash on lock screen #779

merged 2 commits into from
Oct 30, 2024

Conversation

keeshux
Copy link
Member

@keeshux keeshux commented Oct 30, 2024

Missing environment Theme in LogoView.

Probably broken in #775

@keeshux keeshux self-assigned this Oct 30, 2024
@keeshux keeshux added bug Something isn't working iOS Related to iOS app regression Used to work but doesn't anymore and removed bug Something isn't working labels Oct 30, 2024
@keeshux keeshux added this to the 3.0.0 / 5. Release milestone Oct 30, 2024
@keeshux keeshux merged commit 9d6dfe6 into master Oct 30, 2024
1 check passed
@keeshux keeshux deleted the bugfix/lock-screen-crash branch October 30, 2024 09:18
keeshux added a commit that referenced this pull request Oct 31, 2024
Set on the outmost root view. Also do not hardcode LogoView as
lock view.

Related to #779
keeshux added a commit that referenced this pull request Oct 31, 2024
#779 was happening because environment objects were set on contentView,
which is not the _outmost_ root view. This clarifies why the Theme
object was not being found in ThemeLockScreenModifier.

Also, do not hardcode LogoView as lock view.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
iOS Related to iOS app regression Used to work but doesn't anymore
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant