mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 05:13:31 +00:00
shorthand
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user