alert user after fetching pgp keys
This commit is contained in:
parent
edfd8c97a7
commit
3ca2850a8b
1 changed files with 2 additions and 1 deletions
|
|
@ -46,8 +46,9 @@ class SettingsTableViewController: UITableViewController {
|
|||
pgpPrivateKeyLocalPath: Globals.pgpPrivateKeyPath)
|
||||
DispatchQueue.main.async {
|
||||
self.pgpKeyTableViewCell.detailTextLabel?.text = Defaults[.pgpKeyID]
|
||||
SVProgressHUD.showSuccess(withStatus: "Success. Remember to remove the key from the server.")
|
||||
SVProgressHUD.showSuccess(withStatus: "Success.")
|
||||
SVProgressHUD.dismiss(withDelay: 1)
|
||||
Utils.alert(title: "Remove the Key", message: "Remember to remove the key from the server.", controller: self, completion: nil)
|
||||
}
|
||||
} catch {
|
||||
DispatchQueue.main.async {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue