Преглед на файлове

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