Fix 259: update edited entries properly
This commit is contained in:
parent
451e2f6fbb
commit
715b8c892f
1 changed files with 0 additions and 3 deletions
|
|
@ -71,9 +71,6 @@ class PasswordDetailTableViewController: UITableViewController, UIGestureRecogni
|
||||||
// pop the current view because this password might be "discarded"
|
// pop the current view because this password might be "discarded"
|
||||||
NotificationCenter.default.addObserver(self, selector: #selector(setShouldPopCurrentView), name: .passwordStoreChangeDiscarded, object: nil)
|
NotificationCenter.default.addObserver(self, selector: #selector(setShouldPopCurrentView), name: .passwordStoreChangeDiscarded, object: nil)
|
||||||
|
|
||||||
// reset the data table if some password (maybe another one) has been updated
|
|
||||||
NotificationCenter.default.addObserver(self, selector: #selector(decryptThenShowPassword), name: .passwordStoreUpdated, object: nil)
|
|
||||||
|
|
||||||
// reset the data table if the disaply settings have been changed
|
// reset the data table if the disaply settings have been changed
|
||||||
NotificationCenter.default.addObserver(self, selector: #selector(decryptThenShowPassword), name: .passwordDetailDisplaySettingChanged, object: nil)
|
NotificationCenter.default.addObserver(self, selector: #selector(decryptThenShowPassword), name: .passwordDetailDisplaySettingChanged, object: nil)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue