1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 07:43:37 +00:00

support loginSearchSegue when no service ids

This commit is contained in:
kspearrin
2018-09-24 16:34:50 -04:00
parent df1a65e6a3
commit 2cc331b136
2 changed files with 23 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ namespace Bit.iOS.Autofill
base.ViewDidLoad();
NavItem.Title = AppResources.SearchVault;
CancelBarButton.Title = AppResources.Cancel;
SearchBar.Placeholder = AppResources.Search;
TableView.RowHeight = UITableView.AutomaticDimension;
TableView.EstimatedRowHeight = 44;