1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-10 01:08:23 +02:00

shorthand

This commit is contained in:
Kyle Spearrin 2017-10-02 22:38:56 -04:00
parent a43a3db098
commit e4c47aca9e

View File

@ -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()
{