Skip to content

Commit 2eea7eb

Browse files
thudugalajamesmontemagno
authored andcommitted
xamarin#861 fixed wrong ExperimentalFeatures check (xamarin#862)
1 parent 08979e6 commit 2eea7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Xamarin.Essentials/Launcher/Launcher.shared.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public static Task OpenAsync(Uri uri)
4040

4141
public static Task OpenAsync(OpenFileRequest request)
4242
{
43-
ExperimentalFeatures.VerifyEnabled(ExperimentalFeatures.ShareFileRequest);
43+
ExperimentalFeatures.VerifyEnabled(ExperimentalFeatures.OpenFileRequest);
4444

4545
return PlatformOpenAsync(request);
4646
}

0 commit comments

Comments
 (0)