1
0
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:
kspearrin
2018-09-24 15:24:43 -04:00
parent 340d4ce714
commit 07dd9df3ec
3 changed files with 1 additions and 20 deletions

View File

@@ -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();
}
}
}