Skip to content

Commit d1a8df9

Browse files
committed
Update comment for MediaElementScreenState enum
Revised the comment above the `MediaElementScreenState` enum to clarify its purpose, changing it to "Represents the different screen states of a media element."
1 parent 826259f commit d1a8df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CommunityToolkit.Maui.MediaElement/Primitives/MediaElementFullScreenState.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
namespace CommunityToolkit.Maui.Core;
22

33
/// <summary>
4-
///
4+
/// Represents the different screen states of a media element.
55
/// </summary>
66
public enum MediaElementScreenState
77
{

0 commit comments

Comments
 (0)