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

move settings pages to modals instead of navigation pages

This commit is contained in:
Kyle Spearrin
2017-02-08 19:18:34 -05:00
parent a429dcf978
commit 230722945e
6 changed files with 32 additions and 6 deletions

View File

@@ -74,6 +74,11 @@ namespace Bit.App.Pages
Spacing = 0
};
if(Device.OS == TargetPlatform.iOS)
{
ToolbarItems.Add(new DismissModalToolBarItem(this, AppResources.Cancel));
}
Title = AppResources.About;
Content = new ScrollView { Content = stackLayout };
}