Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c46177f0 authored by Baohe.Wang's avatar Baohe.Wang Committed by chien elvis
Browse files

Fix TvRecordingClient api issues

Bug: 134042967

Change-Id: I457c9a2f70641ea174bddb236b855f2d7b7acecb
parent b9c917f5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -146,6 +146,8 @@ public class TvRecordingClient {
        mPendingAppPrivateCommands.clear();
        if (mSession != null) {
            mSession.release();
            mIsTuned = false;
            mIsRecordingStarted = false;
            mSession = null;
        }
    }