Procházet zdrojové kódy

adapt alert button order

cyberta před 4 roky
rodič
revize
a95c753f97
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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)
     }