mirror of
https://github.com/bitwarden/mobile
synced 2025-12-13 14:53:18 +00:00
lock not required during app ext setup
This commit is contained in:
@@ -98,6 +98,12 @@ namespace Bit.iOS.Extension
|
||||
return;
|
||||
}
|
||||
|
||||
if(_context.ProviderType == Constants.UTTypeAppExtensionSetup)
|
||||
{
|
||||
PerformSegue("setupSegue", this);
|
||||
return;
|
||||
}
|
||||
|
||||
var lockService = Resolver.Resolve<ILockService>();
|
||||
var lockType = lockService.GetLockTypeAsync(false).GetAwaiter().GetResult();
|
||||
switch(lockType)
|
||||
|
||||
Reference in New Issue
Block a user