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

Commit e39ef059 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 am: 17a61ccf

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

Change-Id: I415aab6c182f7ac7e37774e8f09877fcc303759e
parents 59e64288 17a61ccf
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;
        }
    }