Skip to content

Commit ba6b68a

Browse files
committed
Uncomment check for BroadFileAccess-Capability
1 parent 09a4f95 commit ba6b68a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Files/Filesystem/Drives.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ public class DrivesManager
2424

2525
public DrivesManager()
2626
{
27-
/*
2827
try
2928
{
3029
GetDrives(Drives);
@@ -35,8 +34,6 @@ public DrivesManager()
3534
Console.WriteLine(e);
3635
new Dialogs.ConsentDialog().ShowAsync();
3736
}
38-
*/
39-
4037

4138
_deviceWatcher = DeviceInformation.CreateWatcher(StorageDevice.GetDeviceSelector());
4239
_deviceWatcher.Added += DeviceAdded;

0 commit comments

Comments
 (0)