Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a93fcbe0 authored by Sal Savage's avatar Sal Savage Committed by Automerger Merge Worker
Browse files

Merge "Only notify of new cover art assignement for the active device" am:...

Merge "Only notify of new cover art assignement for the active device" am: 8f31c463 am: f183006c

Change-Id: I51bcc133df6fb56e82b86aec39b717206aa656cb
parents 1eef113f f183006c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -502,7 +502,7 @@ class AvrcpControllerStateMachine extends StateMachine {
                    // Let the addressed player know we got an image so it can see if the current
                    // track now has cover artwork
                    boolean addedArtwork = mAddressedPlayer.notifyImageDownload(handle, uri);
                    if (addedArtwork) {
                    if (addedArtwork && isActive()) {
                        BluetoothMediaBrowserService.trackChanged(
                                mAddressedPlayer.getCurrentTrack());
                    }