Browse Source

fix warning

cyberta 5 năm trước cách đây
mục cha
commit
b94c9d4bc0

+ 1 - 1
deltachat-ios/Controller/AccountSetupController.swift

@@ -79,7 +79,7 @@ class AccountSetupController: UITableViewController {
 
 
     private func showProgressHud(title: String) {
     private func showProgressHud(title: String) {
         configProgressAlert.actions[0].isEnabled = true
         configProgressAlert.actions[0].isEnabled = true
-        configProgressAlert.title = title;
+        configProgressAlert.title = title
         configProgressAlert.message = String.localized("one_moment")
         configProgressAlert.message = String.localized("one_moment")
         present(configProgressAlert, animated: true, completion: nil)
         present(configProgressAlert, animated: true, completion: nil)
     }
     }