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

Commit 0e8131db authored by Zhihai Xu's avatar Zhihai Xu Committed by Android (Google) Code Review
Browse files

Revert "fix the compilation error in broadcom partner branch"

This reverts commit 9c55356d

Change-Id: Ife672e4b012a7745abf9d8ba9701fc46a0008539
parent 9c55356d
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -139,13 +139,6 @@ final class Avrcp {
            }
        }

        public void setPlaybackState(int generationId, int state, long stateChangeTimeMs) {
            Handler handler = mLocalHandler.get();
            if (handler != null) {
                handler.obtainMessage(MSG_UPDATE_STATE, generationId, state).sendToTarget();
            }
        }

        @Override
        public void setMetadata(int generationId, Bundle metadata) {
            Handler handler = mLocalHandler.get();