mirror of
https://github.com/bitwarden/mobile
synced 2025-02-01 11:07:16 +01:00
lock not required during app ext setup
This commit is contained in:
parent
e4f3671ae0
commit
253ed75800
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user