mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 15:23:35 +00:00
no search display controller
This commit is contained in:
@@ -171,8 +171,8 @@ namespace Bit.iOS.Autofill
|
||||
|
||||
public override void TextChanged(UISearchBar searchBar, string searchText)
|
||||
{
|
||||
System.Diagnostics.Debug.WriteLine("search text: " + searchText);
|
||||
((TableSource)_controller.TableView.Source).FilterResults(searchText, new CancellationToken());
|
||||
_controller.TableView.ReloadData();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user