mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 01:48:25 +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 bool CanOpenFile(string fileName)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
public bool CanOpenFile(string fileName) => true;
|
||||
|
||||
public void ClearCache()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue