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

Commit 17a61ccf authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

Merge "Merge "Merge "Fix TvRecordingClient api issues" am: cce2ca95 am: f7cbbae9" into rvc-dev-plus-aosp am: 14bd7ccb am: f9061f95 am: 4276a002" into rvc-dev am: 52bcedf5

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

Change-Id: Ica863ccf33a17820106ae13be1661162563686d6
parents c717d1a9 52bcedf5
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;
        }
    }