Return the correct value for valid biometric (#1037)

This commit is contained in:
Oscar Hinton 2020-08-12 21:55:15 +02:00 committed by GitHub
parent ae28de4159
commit f95cddd05a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ namespace Bit.Droid.Services
CreateKey();
}
return Task.FromResult(false);
return Task.FromResult(true);
}
private void CreateKey()