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:
@@ -23,6 +23,7 @@ namespace Bit.App.Pages
|
||||
{
|
||||
if (Device.RuntimePlatform == Device.iOS)
|
||||
{
|
||||
On<iOS>().SetUseSafeArea(true);
|
||||
On<iOS>().SetModalPresentationStyle(UIModalPresentationStyle.FullScreen);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user