Fix deleting entries
This commit is contained in:
parent
b48a7438ed
commit
7bfc3cc7d4
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ class PasswordDetailTableViewController: UITableViewController, UIGestureRecogni
|
|||
}
|
||||
|
||||
@objc private func decryptThenShowPassword() {
|
||||
guard let passwordEntity = passwordEntity else {
|
||||
guard let passwordEntity = passwordEntity, passwordEntity.path != nil else {
|
||||
Utils.alert(title: "Cannot Show Password", message: "The password does not exist.", controller: self, handler: {(UIAlertAction) -> Void in
|
||||
self.navigationController!.popViewController(animated: true)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue