Rename method
This commit is contained in:
parent
545186da96
commit
b3eef51a9d
6 changed files with 8 additions and 8 deletions
|
|
@ -43,7 +43,7 @@ class PasswordsViewController: UIViewController {
|
|||
tableView.dataSource = dataSource
|
||||
}
|
||||
|
||||
func showPasswordsWithSuggstion(matching text: String) {
|
||||
func showPasswordsWithSuggestion(matching text: String) {
|
||||
dataSource.showTableEntriesWithSuggestion(matching: text)
|
||||
tableView.reloadData()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue