Merge "Merge "Fix TvRecordingClient api issues" am: cce2ca958e am: f7cbbae9e4" into rvc-dev-plus-aosp am: 14bd7ccbb0

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

Change-Id: Iaaffd3a52c7eaefa3b4e3dec61f781d21742c7ac
This commit is contained in:
Automerger Merge Worker
2020-06-05 03:37:13 +00:00

View File

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