mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
utilize iOS safe area in UI (#1597)
This commit is contained in:
parent
d93d70fd66
commit
4e0b05571d
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ namespace Bit.App.Pages
|
|||
{
|
||||
if (Device.RuntimePlatform == Device.iOS)
|
||||
{
|
||||
On<iOS>().SetUseSafeArea(true);
|
||||
On<iOS>().SetModalPresentationStyle(UIModalPresentationStyle.FullScreen);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue