mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
text changed
This commit is contained in:
parent
bc79f22e22
commit
2870b8331e
1 changed files with 2 additions and 2 deletions
|
@ -169,9 +169,9 @@ namespace Bit.iOS.Autofill
|
||||||
_controller = controller;
|
_controller = controller;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void OnEditingStopped(UISearchBar searchBar)
|
public override void TextChanged(UISearchBar searchBar, string searchText)
|
||||||
{
|
{
|
||||||
base.OnEditingStopped(searchBar);
|
System.Diagnostics.Debug.WriteLine("search text: " + searchText);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue