mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 15:23:35 +00:00
modal full screen
This commit is contained in:
@@ -11,7 +11,9 @@ namespace Bit.iOS.Extension
|
||||
{
|
||||
public SetupViewController(IntPtr handle)
|
||||
: base(handle)
|
||||
{ }
|
||||
{
|
||||
ModalPresentationStyle = UIModalPresentationStyle.FullScreen;
|
||||
}
|
||||
|
||||
public Context Context { get; set; }
|
||||
public LoadingViewController LoadingController { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user