Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.

Commit e0c4601

Browse files
Fixes #1123 (#1126)
1 parent 21832a9 commit e0c4601

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
@@ -56,7 +56,7 @@ public static Task<bool> TryOpenAsync(Uri uri)
5656
if (uri == null)
5757
throw new ArgumentNullException(nameof(uri));
5858

59-
return PlatformCanOpenAsync(uri);
59+
return PlatformTryOpenAsync(uri);
6060
}
6161
}
6262

0 commit comments

Comments
 (0)