Browse Source

fix warning

cyberta 5 years ago
parent
commit
b94c9d4bc0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deltachat-ios/Controller/AccountSetupController.swift

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

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