1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-07-04 11:56:40 +02:00

add close button for ios

This commit is contained in:
Kyle Spearrin 2017-05-30 14:46:45 -04:00
parent 8da80f0710
commit 6ddbea316a

View File

@ -165,6 +165,7 @@ namespace Bit.App.Pages
{
analyticsTable.RowHeight = -1;
analyticsTable.EstimatedRowHeight = 70;
ToolbarItems.Add(new DismissModalToolBarItem(this, AppResources.Cancel));
}
Title = AppResources.Features;