add notice after fetching the key

This commit is contained in:
Bob Sun 2017-02-06 14:33:54 +08:00
parent fd8cb300d7
commit 2d8ec03555
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

View file

@ -87,7 +87,7 @@ class SettingsTableViewController: UITableViewController {
do {
try PasswordStore.shared.initPGP(pgpKeyURL: Defaults[.pgpKeyURL]!, pgpKeyLocalPath: Globals.shared.secringPath)
DispatchQueue.main.async {
SVProgressHUD.showSuccess(withStatus: "Success")
SVProgressHUD.showSuccess(withStatus: "Success. Remember to remove the key from the server.")
SVProgressHUD.dismiss(withDelay: 1)
}
} catch {