mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
utilize iOS safe area in UI (#1597)
This commit is contained in:
@@ -23,6 +23,7 @@ namespace Bit.App.Pages
|
|||||||
{
|
{
|
||||||
if (Device.RuntimePlatform == Device.iOS)
|
if (Device.RuntimePlatform == Device.iOS)
|
||||||
{
|
{
|
||||||
|
On<iOS>().SetUseSafeArea(true);
|
||||||
On<iOS>().SetModalPresentationStyle(UIModalPresentationStyle.FullScreen);
|
On<iOS>().SetModalPresentationStyle(UIModalPresentationStyle.FullScreen);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user