Fix search issue when changing searching scope
This commit is contained in:
parent
9b2a047d38
commit
7ede6d11e3
1 changed files with 1 additions and 0 deletions
|
|
@ -345,6 +345,7 @@ extension PasswordNavigationViewController: UISearchBarDelegate {
|
||||||
|
|
||||||
func searchBar(_ searchBar: UISearchBar, selectedScopeButtonIndexDidChange selectedScope: Int) {
|
func searchBar(_ searchBar: UISearchBar, selectedScopeButtonIndexDidChange selectedScope: Int) {
|
||||||
activateSearch(selectedScope)
|
activateSearch(selectedScope)
|
||||||
|
search(matching: searchBar.text ?? "")
|
||||||
}
|
}
|
||||||
|
|
||||||
func searchBarTextDidBeginEditing(_ searchBar: UISearchBar) {
|
func searchBarTextDidBeginEditing(_ searchBar: UISearchBar) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue