mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 05:43:30 +00:00
text changed
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user