error dismiss with 1 second delay
This commit is contained in:
parent
1964244427
commit
f24b2d171a
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ class SettingsTableViewController: UITableViewController {
|
||||||
NotificationCenter.default.post(Notification(name: Notification.Name("passwordUpdated")))
|
NotificationCenter.default.post(Notification(name: Notification.Name("passwordUpdated")))
|
||||||
} else {
|
} else {
|
||||||
SVProgressHUD.showError(withStatus: "Error")
|
SVProgressHUD.showError(withStatus: "Error")
|
||||||
|
SVProgressHUD.dismiss(withDelay: 1)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue