Return the correct value for valid biometric (#1037)
This commit is contained in:
parent
ae28de4159
commit
f95cddd05a
|
@ -71,7 +71,7 @@ namespace Bit.Droid.Services
|
||||||
CreateKey();
|
CreateKey();
|
||||||
}
|
}
|
||||||
|
|
||||||
return Task.FromResult(false);
|
return Task.FromResult(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void CreateKey()
|
private void CreateKey()
|
||||||
|
|
Loading…
Reference in New Issue