فهرست منبع

don't show copy to clipboard option

cyberta 3 سال پیش
والد
کامیت
41dafb4dd4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      deltachat-ios/Controller/DocumentGalleryController.swift

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

@@ -205,7 +205,7 @@ extension DocumentGalleryController {
 
         let objectsToShare = [fileURL] as [Any]
         let activityVC = UIActivityViewController(activityItems: objectsToShare, applicationActivities: nil)
-        activityVC.title = "Hello World!"
+        activityVC.excludedActivityTypes = [.copyToPasteboard]
         self.present(activityVC, animated: true, completion: nil)
     }
 }