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

This commit is contained in:
Automerger Merge Worker
2020-06-05 03:36:12 +00:00
committed by Android (Google) Code Review

View File

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