Fix matching algorithm in AutoFill
This commit is contained in:
parent
9e8994f576
commit
571281b655
3 changed files with 6 additions and 22 deletions
|
|
@ -43,8 +43,8 @@ class PasswordsViewController: UIViewController {
|
|||
tableView.dataSource = dataSource
|
||||
}
|
||||
|
||||
func showPasswordsWithSuggstion(_ keywords: [String]) {
|
||||
dataSource.showTableEntriesWithSuggestion(matching: keywords)
|
||||
func showPasswordsWithSuggstion(matching text: String) {
|
||||
dataSource.showTableEntriesWithSuggestion(matching: text)
|
||||
tableView.reloadData()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue