Pārlūkot izejas kodu

ensure sharing on iPads doesn't crash

cyberta 3 gadi atpakaļ
vecāks
revīzija
051d9ebdc2

+ 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)
     }
 }