Skip to content

Commit 20c3af6

Browse files
committed
Copilot suggestions
1 parent 2094ae8 commit 20c3af6

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
@@ -381,7 +381,7 @@ protected virtual async partial ValueTask PlatformUpdateSource()
381381
hasSetSource = true;
382382
}
383383

384-
if(hasSetSource)
384+
if (hasSetSource)
385385
{
386386
if(Player.PlayerError is null)
387387
{
@@ -653,7 +653,7 @@ void StartService()
653653

654654
void StopService(in BoundServiceConnection boundServiceConnection)
655655
{
656-
if(!isAndroidServiceEnabled)
656+
if (!isAndroidServiceEnabled)
657657
{
658658
return;
659659
}

0 commit comments

Comments
 (0)