We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538beea commit ea243adCopy full SHA for ea243ad
src/Files.App/Utils/Cloud/Detector/LucidLinkCloudDetector.cs
@@ -16,14 +16,7 @@ public sealed class LucidLinkCloudDetector : AbstractCloudDetector
16
protected override async IAsyncEnumerable<ICloudProvider> GetProviders()
17
{
18
string volumePath = Path.Combine(Constants.UserEnvironmentPaths.SystemDrivePath, "Volumes");
19
- await foreach (var provider in GetLucidLinkV3Providers(volumePath))
20
- {
21
- yield return provider;
22
- }
23
24
25
- private async IAsyncEnumerable<ICloudProvider> GetLucidLinkV3Providers(string volumePath)
26
27
if (Directory.Exists(volumePath))
28
29
foreach (string directory in Directory.GetDirectories(volumePath))
0 commit comments