Skip to content

Export mailbox backup file gets stuck when sharing prompt need to be presented on the iPad. #531

@jorgeblacio

Description

@jorgeblacio

The UIActivityViewController's has non-null popoverPresentationController property when running on iPad. So, try below.

if let wPPC = activityVC.popoverPresentationController { wPPC.sourceView = some view // or wPPC.barButtonItem = some bar button item } presentViewController( activityVC, animated: true, completion: nil )

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions