Jelajahi Sumber

ensure sharing on iPads doesn't crash

cyberta 3 tahun lalu
induk
melakukan
051d9ebdc2
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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)
     }
 }