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

Commit 5a74cbb0 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

release-request-52da03e1-319b-479f-b7b2-2df79bc638cf-for-git_oc-dr1-release-42...

release-request-52da03e1-319b-479f-b7b2-2df79bc638cf-for-git_oc-dr1-release-4207440 snap-temp-L67200000085022454

Change-Id: I86d8d3532da208ea33fc55f77de40a9861a53b5f
parents 69ee71a5 1ff555d8
Loading
Loading
Loading
Loading
+5 −7
Original line number Diff line number Diff line
@@ -1845,12 +1845,11 @@ public final class Avrcp {
                mAvailablePlayerViewChanged = true;
            }
            mMediaPlayerInfoList.put(updateId, info);
            if (DEBUG)
                Log.d(TAG, (updated ? "update #" : "add #") + updateId + ":" + info.toString());
        }
        if (DEBUG) Log.d(TAG, (updated ? "update #" : "add #") + updateId + ":" + info.toString());
        if (currentRemoved || updateId == mCurrAddrPlayerID) {
            updateCurrentController(updateId, mCurrBrowsePlayerID);
        }
        }
        return updated;
    }

@@ -2147,10 +2146,9 @@ public final class Avrcp {
                } else {
                    registerRsp = false;
                }
                mHandler.sendEmptyMessageDelayed(MSG_NOW_PLAYING_CHANGED_RSP, MEDIA_DWELL_TIME);
            }
        }
        scheduleMediaUpdate();
        updateCurrentMediaState(false);
        return registerRsp;
    }