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

Commit ddc3d75a authored by Jean-Michel Trivi's avatar Jean-Michel Trivi Committed by Android Git Automerger
Browse files

am 3af2d3f1: am 6f268369: Fix RemoteControlStackEntry constructor in AudioService

* commit '3af2d3f1':
  Fix RemoteControlStackEntry constructor in AudioService
parents 8d018461 3af2d3f1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5107,6 +5107,10 @@ public class AudioService extends IAudioService.Stub implements OnFinished {
            mCallingUid = -1;
            mRcClient = null;
            mRccId = ++sLastRccId;
            mPlaybackState = new RccPlaybackState(
                    RemoteControlClient.PLAYSTATE_STOPPED,
                    RemoteControlClient.PLAYBACK_POSITION_INVALID,
                    RemoteControlClient.PLAYBACK_SPEED_1X);

            resetPlaybackInfo();
        }