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

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

am 6f268369: Fix RemoteControlStackEntry constructor in AudioService

* commit '6f268369':
  Fix RemoteControlStackEntry constructor in AudioService
parents 5c98b904 6f268369
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();
        }