shorthand
This commit is contained in:
parent
a43a3db098
commit
e4c47aca9e
|
@ -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 New Issue