1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-05 01:53:17 +00:00

utilize iOS safe area in UI (#1597)

This commit is contained in:
Matt Portune
2021-10-22 10:06:17 -04:00
committed by Matt Portune
parent 9a83877cbb
commit 56664ae981

View File

@@ -23,6 +23,7 @@ namespace Bit.App.Pages
{
if (Device.RuntimePlatform == Device.iOS)
{
On<iOS>().SetUseSafeArea(true);
On<iOS>().SetModalPresentationStyle(UIModalPresentationStyle.FullScreen);
}
}