Fix #263
This commit is contained in:
parent
715b8c892f
commit
c8860fc36f
1 changed files with 2 additions and 0 deletions
|
|
@ -555,6 +555,8 @@ class PasswordsViewController: UIViewController, UITableViewDataSource, UITableV
|
|||
}
|
||||
|
||||
@objc func actOnReloadTableViewRelatedNotification() {
|
||||
// Reset selectedScopeButtonIndex to make sure the correct reloadTableView
|
||||
searchController.searchBar.selectedScopeButtonIndex = 0
|
||||
DispatchQueue.main.async { [weak weakSelf = self] in
|
||||
guard let strongSelf = weakSelf else { return }
|
||||
strongSelf.initPasswordsTableEntries(parent: nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue