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

Commit 9619c74c authored by Jay Patel's avatar Jay Patel Committed by Automerger Merge Worker
Browse files

Merge "Fix TvRecordingClient api issues" am: cce2ca95 am: f7cbbae9

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/972628

Change-Id: Ibea39cfbea0ebdd4d1bd087d9faccb5847d45d4b
parents d8088e28 f7cbbae9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -146,6 +146,8 @@ public class TvRecordingClient {
        mPendingAppPrivateCommands.clear();
        if (mSession != null) {
            mSession.release();
            mIsTuned = false;
            mIsRecordingStarted = false;
            mSession = null;
        }
    }