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

Commit 12369cfd authored by David Zhao's avatar David Zhao
Browse files

Fix implementation of stopPlayback

Bug: 325931431
Test: atest TvInputServiceTest
Change-Id: I97bf9adde7bf2279c5e99118a35929855d4fd1f6
parent 0184a44e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -519,7 +519,7 @@ public class ITvInputSessionWrapper extends ITvInputSession.Stub implements Hand

    @Override
    public void stopPlayback(int mode) {
        mCaller.executeOrSendMessage(mCaller.obtainMessageO(DO_STOP_PLAYBACK, mode));
        mCaller.executeOrSendMessage(mCaller.obtainMessageI(DO_STOP_PLAYBACK, mode));
    }

    @Override