mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 23:33:34 +00:00
conditions around opening file
This commit is contained in:
@@ -14,7 +14,12 @@ namespace Bit.iOS.Services
|
||||
|
||||
public bool OpenFile(byte[] fileData, string id, string fileName)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
return true;
|
||||
}
|
||||
|
||||
public bool CanOpenFile(string fileName)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user