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

This commit is contained in:
TreeHugger Robot
2020-06-05 17:44:55 +00:00
committed by Android (Google) Code Review

View File

@@ -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;
} }
} }