1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-17 08:43:21 +00: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;