Update password in the destination controller when save edit (#688)
This commit is contained in:
parent
0f482709ae
commit
dd4dd174d4
2 changed files with 4 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ class PasswordDetailTableViewController: UITableViewController, UIGestureRecogni
|
|||
}
|
||||
}
|
||||
|
||||
private var password: Password?
|
||||
var password: Password?
|
||||
private var passwordImage: UIImage?
|
||||
private var oneTimePasswordIndexPath: IndexPath?
|
||||
private var shouldPopCurrentView = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue