Fix issue #73
This commit is contained in:
parent
0851eb57fd
commit
1b68c6f718
1 changed files with 1 additions and 1 deletions
|
|
@ -490,9 +490,9 @@ class PasswordsViewController: UIViewController, UITableViewDataSource, UITableV
|
||||||
}
|
}
|
||||||
|
|
||||||
func actOnReloadTableViewRelatedNotification() {
|
func actOnReloadTableViewRelatedNotification() {
|
||||||
initPasswordsTableEntries(parent: nil)
|
|
||||||
DispatchQueue.main.async { [weak weakSelf = self] in
|
DispatchQueue.main.async { [weak weakSelf = self] in
|
||||||
guard let strongSelf = weakSelf else { return }
|
guard let strongSelf = weakSelf else { return }
|
||||||
|
strongSelf.initPasswordsTableEntries(parent: nil)
|
||||||
strongSelf.reloadTableView(data: strongSelf.passwordsTableEntries)
|
strongSelf.reloadTableView(data: strongSelf.passwordsTableEntries)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue