mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 22:03:27 +00:00
faceid detection
This commit is contained in:
@@ -286,6 +286,11 @@ namespace Bit.Droid.Services
|
||||
}
|
||||
}
|
||||
|
||||
public bool SupportsFaceId()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
private bool DeleteDir(Java.IO.File dir)
|
||||
{
|
||||
if(dir != null && dir.IsDirectory)
|
||||
|
||||
Reference in New Issue
Block a user