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:
@@ -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 };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user