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 ecc51ed commit 2217d08Copy full SHA for 2217d08
src/CommunityToolkit.Maui.Camera/Primitives/CameraViewDefaults.shared.cs
@@ -5,7 +5,7 @@
5
6
namespace CommunityToolkit.Maui.Core;
7
8
-/// <summary>Default Values for <see cref="ICameraView"/>"/></summary>
+/// <summary>Default Values for <see cref="ICameraView"/></summary>
9
[SupportedOSPlatform("windows10.0.10240.0")]
10
[SupportedOSPlatform("android21.0")]
11
[SupportedOSPlatform("ios")]
@@ -61,4 +61,4 @@ internal static ICommand CreateStopCameraPreviewCommand(BindableObject bindable)
61
var cameraView = (CameraView)bindable;
62
return new Command(_ => cameraView.StopCameraPreview());
63
}
64
-}
+}
0 commit comments