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

[TIMOB-11219] Restore fullscreen before closing window and rotating #3211

Merged
merged 3 commits into from Oct 17, 2012
Merged

[TIMOB-11219] Restore fullscreen before closing window and rotating #3211

merged 3 commits into from Oct 17, 2012

Conversation

vishalduggal
Copy link
Contributor

Test is in JIRA

It does change app behavior minimally when closing windows in tabs and switching statusBar hidden property but that is the only way to avoid the race condition.

@ghost ghost assigned mstepanov Oct 14, 2012
@@ -135,6 +136,8 @@ - (void)handleWillShowViewController:(UIViewController *)viewController
continue;
}
[closingWindows addObject:window];
safeToTransition = safeToTransition & ![window restoreFullScreen];
Copy link
Contributor

Choose a reason for hiding this comment

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

I assume it should be logical &&

@mstepanov
Copy link
Contributor

Code reviewed. Please address comment.

@vishalduggal
Copy link
Contributor Author

Done. Ready for review.

@mstepanov
Copy link
Contributor

Code reviewed. APPROVED

@mstepanov
Copy link
Contributor

FT PASSED

mstepanov pushed a commit that referenced this pull request Oct 17, 2012
[TIMOB-11219] Restore fullscreen before closing window and rotating
@mstepanov mstepanov merged commit f21699a into tidev:master Oct 17, 2012
@vishalduggal vishalduggal deleted the timob-11219 branch October 27, 2014 19:09
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