1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-13 14:53:18 +00:00

update fingerprint libraries

This commit is contained in:
Kyle Spearrin
2017-06-02 14:46:10 -04:00
parent feacb3ed14
commit 753d01d413
23 changed files with 227 additions and 236 deletions

View File

@@ -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: