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 Lockscreen Window's Existence Messing with App Autorotation #1252

Merged
merged 3 commits into from May 7, 2019

Conversation

joeljfischer
Copy link
Contributor

Fixes #1250

This PR is ready for review.

Risk

This PR makes no API changes.

Testing Plan

Smoke testing

Summary

This PR fixes an apple bug where having a UIWindow (it does not even need to be active, simply created) like we do with the lockscreen can break the app's view controller based rotation.

Changelog

Bug Fixes
  • Fixes a case where the lock screen's existence (not even necessarily its visibility) can affect app view-controller based rotation preferences.

CLA

@SatbirTanda
Copy link
Contributor

SatbirTanda commented May 6, 2019

@joeljfischer Looks good, Ford would like a hotfix for this issue in 6.2.0

@joeljfischer joeljfischer merged commit fb4937d into develop May 7, 2019
@joeljfischer joeljfischer deleted the bugfix/issue_1250_lockscreen_rotation branch May 7, 2019 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A defect in the library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants