diff --git a/src/iOS.Extension/LoadingViewController.cs b/src/iOS.Extension/LoadingViewController.cs index 46c4a0a7b..9c6125688 100644 --- a/src/iOS.Extension/LoadingViewController.cs +++ b/src/iOS.Extension/LoadingViewController.cs @@ -98,6 +98,12 @@ namespace Bit.iOS.Extension return; } + if(_context.ProviderType == Constants.UTTypeAppExtensionSetup) + { + PerformSegue("setupSegue", this); + return; + } + var lockService = Resolver.Resolve(); var lockType = lockService.GetLockTypeAsync(false).GetAwaiter().GetResult(); switch(lockType)