Explorar el Código

Update deltachat-ios/Controller/DocumentGalleryController.swift

Co-authored-by: bjoern <r10s@b44t.com>
cyBerta hace 3 años
padre
commit
521b0cd041
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
     }()