Skip to content

Commit 483a6d7

Browse files
committed
C# standards
1 parent 20c3af6 commit 483a6d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CommunityToolkit.Maui.MediaElement/Views/MediaManager.android.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,11 +383,11 @@ protected virtual async partial ValueTask PlatformUpdateSource()
383383

384384
if (hasSetSource)
385385
{
386-
if(Player.PlayerError is null)
386+
if (Player.PlayerError is null)
387387
{
388388
MediaElement.MediaOpened();
389389
}
390-
if(isAndroidServiceEnabled)
390+
if (isAndroidServiceEnabled)
391391
{
392392
UpdateNotifications();
393393
}

0 commit comments

Comments
 (0)