mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 15:15:34 +03:00
shorthand
This commit is contained in:
parent
a43a3db098
commit
e4c47aca9e
1 changed files with 1 additions and 4 deletions
|
@ -14,10 +14,7 @@ namespace Bit.UWP.Services
|
||||||
{
|
{
|
||||||
public class DeviceActionService : IDeviceActionService
|
public class DeviceActionService : IDeviceActionService
|
||||||
{
|
{
|
||||||
public bool CanOpenFile(string fileName)
|
public bool CanOpenFile(string fileName) => true;
|
||||||
{
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void ClearCache()
|
public void ClearCache()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue