This commit is contained in:
Bob Sun 2017-04-23 10:23:54 -07:00
parent 594e7f4c53
commit 0851eb57fd
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

View file

@ -48,7 +48,7 @@ class SettingsTableViewController: UITableViewController {
self.pgpKeyTableViewCell.detailTextLabel?.text = self.passwordStore.pgpKeyID
SVProgressHUD.showSuccess(withStatus: "Success")
SVProgressHUD.dismiss(withDelay: 1)
Utils.alert(title: "Rememver to Remove the Key", message: "Remember to remove the key from the server.", controller: self, completion: nil)
Utils.alert(title: "Remember to Remove the Key", message: "Remember to remove the key from the server.", controller: self, completion: nil)
}
} catch {
DispatchQueue.main.async {