Loading android/app/src/com/android/bluetooth/avrcp/Avrcp.java +1 −1 Original line number Diff line number Diff line Loading @@ -1023,7 +1023,7 @@ public final class Avrcp { if ((newQueueId == -1 || newQueueId != mLastQueueId) && currentAttributes.equals(mMediaAttributes) && newPlayStatus == PLAYSTATUS_PLAYING && mReportedPlayStatus != PLAYSTATUS_PLAYING) { && mReportedPlayStatus == PLAYSTATUS_STOPPED) { // Most carkits like seeing the track changed before the // playback state changed, but some controllers are slow // to update their metadata. Hold of on sending the playback state Loading Loading
android/app/src/com/android/bluetooth/avrcp/Avrcp.java +1 −1 Original line number Diff line number Diff line Loading @@ -1023,7 +1023,7 @@ public final class Avrcp { if ((newQueueId == -1 || newQueueId != mLastQueueId) && currentAttributes.equals(mMediaAttributes) && newPlayStatus == PLAYSTATUS_PLAYING && mReportedPlayStatus != PLAYSTATUS_PLAYING) { && mReportedPlayStatus == PLAYSTATUS_STOPPED) { // Most carkits like seeing the track changed before the // playback state changed, but some controllers are slow // to update their metadata. Hold of on sending the playback state Loading