Skip to content

Commit

Permalink
chore: accept review suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Xiaotian Gu <[email protected]>
  • Loading branch information
ajpinedam and Xiaoy312 committed Nov 26, 2024
1 parent 9c0db7e commit 44069a4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ namespace Uno.Gallery.Views.Samples
{
[SamplePage(
SampleCategory.NonUIFeatures,
"Simple Orientation", Description = "This sensor detects the current quadrant orientation of the specified device as well as its face-up or face-down status.", DocumentationLink = "https://learn.microsoft.com/en-us/uwp/api/windows.devices.sensors.simpleorientationsensor")]
"Simple Orientation", Description = "This sensor detects the current quadrant orientation of the specified device as well as its face-up or face-down status.",
DocumentationLink = "https://learn.microsoft.com/en-us/uwp/api/windows.devices.sensors.simpleorientationsensor")]
public sealed partial class SimpleOrientationSamplePage : Page
{
public SimpleOrientationSamplePage()
Expand Down

0 comments on commit 44069a4

Please sign in to comment.