Browse Source

adapt alert button order

cyberta 4 năm trước cách đây
mục cha
commit
a95c753f97
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)
     }