Merge "Fix TvRecordingClient api issues" am: cce2ca958e

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

Change-Id: Idf510533785e6bd513480c283648666c29ec7847
This commit is contained in:
Jay Patel
2020-06-05 03:16:30 +00:00
committed by Automerger Merge Worker

View File

@@ -146,6 +146,8 @@ public class TvRecordingClient {
mPendingAppPrivateCommands.clear();
if (mSession != null) {
mSession.release();
mIsTuned = false;
mIsRecordingStarted = false;
mSession = null;
}
}