Browse Source

ensure sharing on iPads doesn't crash

cyberta 3 năm trước cách đây
mục cha
commit
051d9ebdc2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      deltachat-ios/Controller/DocumentGalleryController.swift

+ 1 - 0
deltachat-ios/Controller/DocumentGalleryController.swift

@@ -225,6 +225,7 @@ extension DocumentGalleryController {
 
         activityVC = UIActivityViewController(activityItems: objectsToShare, applicationActivities: nil)
         activityVC.excludedActivityTypes = [.copyToPasteboard]
+        activityVC.popoverPresentationController?.sourceView = self.view
         self.present(activityVC, animated: true, completion: nil)
     }
 }