mirror of
https://github.com/bitwarden/mobile
synced 2025-12-13 14:53:18 +00:00
update fingerprint libraries
This commit is contained in:
@@ -100,7 +100,7 @@ namespace Bit.iOS.Extension
|
||||
}
|
||||
|
||||
var lockService = Resolver.Resolve<ILockService>();
|
||||
var lockType = lockService.GetLockType(false);
|
||||
var lockType = lockService.GetLockTypeAsync(false).GetAwaiter().GetResult();
|
||||
switch(lockType)
|
||||
{
|
||||
case App.Enums.LockType.Fingerprint:
|
||||
|
||||
Reference in New Issue
Block a user