Jelajahi Sumber

Update deltachat-ios/Controller/DocumentGalleryController.swift

Co-authored-by: bjoern <r10s@b44t.com>
cyBerta 3 tahun lalu
induk
melakukan
521b0cd041
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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
     }()