Prechádzať zdrojové kódy

change menu item order in clipper menu

cyberta 2 rokov pred
rodič
commit
4f43cdedec

+ 1 - 1
deltachat-ios/Chat/ChatViewController.swift

@@ -1349,8 +1349,8 @@ class ChatViewController: UITableViewController {
 
         alert.addAction(cameraAction)
         alert.addAction(galleryAction)
-        alert.addAction(webxdcAction)
         alert.addAction(documentAction)
+        alert.addAction(webxdcAction)
         alert.addAction(voiceMessageAction)
 
         if let config = dcContext.getConfig("webrtc_instance"), !config.isEmpty {