mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 13:53:29 +00:00
modal full screen
This commit is contained in:
@@ -8,7 +8,9 @@ namespace Bit.iOS.Core.Controllers
|
||||
{
|
||||
public ExtendedUIViewController(IntPtr handle)
|
||||
: base(handle)
|
||||
{ }
|
||||
{
|
||||
ModalPresentationStyle = UIModalPresentationStyle.FullScreen;
|
||||
}
|
||||
|
||||
public override void ViewWillAppear(bool animated)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user