1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-10 13:23:39 +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 GitHub
parent d93d70fd66
commit 4e0b05571d

View File

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