Rename method

This commit is contained in:
Danny Moesch 2021-08-26 23:12:13 +02:00 committed by Mingshen Sun
parent 545186da96
commit b3eef51a9d
6 changed files with 8 additions and 8 deletions

View file

@ -59,7 +59,7 @@ class ExtensionViewController: UIViewController {
func completeTask(_ text: String?) {
DispatchQueue.main.async {
self.passwordsViewController.showPasswordsWithSuggstion(matching: text ?? "")
self.passwordsViewController.showPasswordsWithSuggestion(matching: text ?? "")
self.passwordsViewController.navigationItem.prompt = text
}
}