mirror of
https://github.com/bitwarden/android.git
synced 2024-11-01 07:35:52 +03:00
add close button for ios
This commit is contained in:
parent
8da80f0710
commit
6ddbea316a
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ namespace Bit.App.Pages
|
||||||
{
|
{
|
||||||
analyticsTable.RowHeight = -1;
|
analyticsTable.RowHeight = -1;
|
||||||
analyticsTable.EstimatedRowHeight = 70;
|
analyticsTable.EstimatedRowHeight = 70;
|
||||||
|
ToolbarItems.Add(new DismissModalToolBarItem(this, AppResources.Cancel));
|
||||||
}
|
}
|
||||||
|
|
||||||
Title = AppResources.Features;
|
Title = AppResources.Features;
|
||||||
|
|
Loading…
Reference in a new issue