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

Fixed issue-44, view is hidden below status bar during call #45

Merged
merged 2 commits into from
Jul 31, 2018
Merged

Fixed issue-44, view is hidden below status bar during call #45

merged 2 commits into from
Jul 31, 2018

Conversation

OrkhanAlikhanov
Copy link
Contributor

Fixed issue #44. When in-call, hotspot, or recording status bar is enabled, just after (custom) modal dismissal transition animation ends UITransitionView is removed from the hierarchy and that removal was moving rootViewController.view 20 points upwards, pushing view beneath statusbar and leaving a black gap at the bottom. The PR fixes this by pushing it 20px downwards, the work that UITransitionView should ideally have done after custom modal dismissal.

Also fixed issue #43

@OrkhanAlikhanov OrkhanAlikhanov changed the title Status bar Fixed issue-44, view is hidden below status bar during call Jul 31, 2018
@daniel-jonathan daniel-jonathan self-assigned this Jul 31, 2018
@daniel-jonathan daniel-jonathan merged commit a636f63 into CosmicMind:development Jul 31, 2018
@daniel-jonathan
Copy link
Member

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants