Deactive search controller to avoid bugs
This commit is contained in:
parent
6eb19a4dc6
commit
e1b5c0d524
1 changed files with 1 additions and 0 deletions
|
|
@ -205,6 +205,7 @@ class PasswordsViewController: UIViewController, UITableViewDataSource, UITableV
|
||||||
performSegue(withIdentifier: "showPasswordDetail", sender: tableView.cellForRow(at: indexPath))
|
performSegue(withIdentifier: "showPasswordDetail", sender: tableView.cellForRow(at: indexPath))
|
||||||
} else {
|
} else {
|
||||||
tableView.deselectRow(at: indexPath, animated: true)
|
tableView.deselectRow(at: indexPath, animated: true)
|
||||||
|
searchController.isActive = false
|
||||||
parentPasswordEntity = entry.passwordEntity
|
parentPasswordEntity = entry.passwordEntity
|
||||||
initPasswordsTableEntries()
|
initPasswordsTableEntries()
|
||||||
reloadTableView(data: passwordsTableEntries)
|
reloadTableView(data: passwordsTableEntries)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue