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

Commit 7daf2ca9 authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Jay Patel
Browse files

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

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

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

Bug: 134042967

Change-Id: Ib3ca9467b68563383fef4dbc0f11b0f4aa8fd111
(cherry picked from commit 69244518)
parent f813234a
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;
        }
    }