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

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

Merge "Fix TvRecordingClient api issues" am: cce2ca95

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

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