Merge "Fix TvRecordingClient api issues"

This commit is contained in:
Jay Patel
2020-06-05 02:50:15 +00:00
committed by Gerrit Code Review

View File

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