Fix TvRecordingClient api issues

Bug: 134042967

Change-Id: I457c9a2f70641ea174bddb236b855f2d7b7acecb
This commit is contained in:
Baohe.Wang
2019-05-30 14:28:30 +08:00
committed by chien elvis
parent b9c917f58a
commit c46177f00f

View File

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