Parcourir la source

Update deltachat-ios/Controller/DocumentGalleryController.swift

Co-authored-by: bjoern <r10s@b44t.com>
cyBerta il y a 3 ans
Parent
commit
521b0cd041
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      deltachat-ios/Controller/DocumentGalleryController.swift

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

@@ -51,7 +51,7 @@ class DocumentGalleryController: UIViewController {
         )
 
         let menu = ContextMenuProvider()
-        menu.setMenu([showInChatItem, deleteItem, shareItem])
+        menu.setMenu([showInChatItem, shareItem, deleteItem])
         return menu
     }()