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

Commit 52bcedf5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
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
parents 8b38bca4 7daf2ca9
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;
        }
    }