Loading android/app/src/com/android/bluetooth/avrcp/AvrcpTargetService.java +2 −2 Original line number Diff line number Diff line Loading @@ -26,9 +26,9 @@ import android.content.Intent; import android.content.IntentFilter; import android.media.AudioManager; import android.os.Looper; import android.os.SystemProperties; import android.os.UserManager; import android.sysprop.BluetoothProperties; import android.text.TextUtils; import android.util.Log; import com.android.bluetooth.BluetoothMetricsProto; Loading Loading @@ -400,7 +400,7 @@ public class AvrcpTargetService extends ProfileService { List<Metadata> nowPlayingList = mMediaPlayerList.getNowPlayingList(); if (mAvrcpCoverArtService != null) { for (Metadata metadata : nowPlayingList) { if (metadata.mediaId == currentMediaId) { if (TextUtils.equals(metadata.mediaId, currentMediaId)) { currentTrack = metadata; } else if (metadata.image != null) { imageHandle = mAvrcpCoverArtService.storeImage(metadata.image); Loading Loading
android/app/src/com/android/bluetooth/avrcp/AvrcpTargetService.java +2 −2 Original line number Diff line number Diff line Loading @@ -26,9 +26,9 @@ import android.content.Intent; import android.content.IntentFilter; import android.media.AudioManager; import android.os.Looper; import android.os.SystemProperties; import android.os.UserManager; import android.sysprop.BluetoothProperties; import android.text.TextUtils; import android.util.Log; import com.android.bluetooth.BluetoothMetricsProto; Loading Loading @@ -400,7 +400,7 @@ public class AvrcpTargetService extends ProfileService { List<Metadata> nowPlayingList = mMediaPlayerList.getNowPlayingList(); if (mAvrcpCoverArtService != null) { for (Metadata metadata : nowPlayingList) { if (metadata.mediaId == currentMediaId) { if (TextUtils.equals(metadata.mediaId, currentMediaId)) { currentTrack = metadata; } else if (metadata.image != null) { imageHandle = mAvrcpCoverArtService.storeImage(metadata.image); Loading