瀏覽代碼

adapt alert button order

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

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

@@ -1192,8 +1192,8 @@ class ChatViewController: UITableViewController {
                                         }
                                     }
                                 }})
-        alert.addAction(ok)
         alert.addAction(cancel)
+        alert.addAction(ok)
         self.present(alert, animated: true, completion: nil)
     }