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

Full Screen changes #333

Merged
merged 2 commits into from
Jul 30, 2020
Merged

Full Screen changes #333

merged 2 commits into from
Jul 30, 2020

Conversation

ShresthPratapSingh
Copy link
Contributor

Description

The previous implementation to resolve login page still appearing in background involves using a static function that overrides presentation behaviour for every view controller even when not required. Also method-swizzling (an obj-c technique) used to achieve this has some cons in itself.

This PR uses swift APIs to do the required changes without changing any default behaviour.

@cpg
Copy link
Member

cpg commented Jul 29, 2020

The movie player is not full screen.

@ShresthPratapSingh
Copy link
Contributor Author

@cpg I've implemented the suggested changes. This PR is ready to merge.

@cpg cpg merged commit 9f7769a into amahi:beta Jul 30, 2020
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.

2 participants