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

settings features page setup with analytics cell

This commit is contained in:
Kyle Spearrin
2017-05-27 14:52:37 -04:00
parent f7f4289614
commit d392dc82a1
6 changed files with 177 additions and 25 deletions

View File

@@ -123,8 +123,8 @@ namespace Bit.App.Pages
if(Device.OS == TargetPlatform.iOS)
{
table.RowHeight = table2.RowHeight = table2.RowHeight = -1;
table.EstimatedRowHeight = table2.EstimatedRowHeight = table2.EstimatedRowHeight = 70;
table.RowHeight = table2.RowHeight = -1;
table.EstimatedRowHeight = table2.EstimatedRowHeight = 70;
ToolbarItems.Add(new DismissModalToolBarItem(this, AppResources.Cancel, () =>
{
MessagingCenter.Send(Application.Current, "ShowStatusBar", false);