Skip to content

iOS 13 Freeze screen fix#75

Open
KarolMajka wants to merge 2 commits intoalexhillc:masterfrom
KarolMajka:bugfix/ios-13-freeze
Open

iOS 13 Freeze screen fix#75
KarolMajka wants to merge 2 commits intoalexhillc:masterfrom
KarolMajka:bugfix/ios-13-freeze

Conversation

@KarolMajka
Copy link

According to this issue #71
Change fix freezing problem when permission to gallery was refused.

According to this issue alexhillc#71
Change fix freezing problem when permission to gallery was refused.
Comment on lines 490 to 493
if let presentedViewController = self.presentedViewController {
presentedViewController.dismiss(animated: flag, completion: {
completion?()
})
Copy link

Choose a reason for hiding this comment

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

Thanks for the fix! You can save some lines :)

if let presentedViewController = presentedViewController {
    return presentedViewController.dismiss(animated: flag, completion: completion)
}

Copy link
Author

Choose a reason for hiding this comment

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

Thanks for the suggestion. I pushed changes.

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