瀏覽代碼

change menu item order in clipper menu

cyberta 2 年之前
父節點
當前提交
4f43cdedec
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deltachat-ios/Chat/ChatViewController.swift

+ 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 {