mirror of
https://github.com/bitwarden/mobile
synced 2025-12-12 14:23:26 +00:00
modal full screen
This commit is contained in:
@@ -19,7 +19,9 @@ namespace Bit.iOS.Autofill
|
||||
|
||||
public CredentialProviderViewController(IntPtr handle)
|
||||
: base(handle)
|
||||
{ }
|
||||
{
|
||||
ModalPresentationStyle = UIModalPresentationStyle.FullScreen;
|
||||
}
|
||||
|
||||
public override void ViewDidLoad()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user