Update password in the destination controller when save edit (#688)

This commit is contained in:
Mingshen Sun 2025-03-02 11:43:46 -08:00 committed by GitHub
parent 0f482709ae
commit dd4dd174d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -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