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

Commit 6bd48b35 authored by shubang's avatar shubang Committed by Shubang Lu
Browse files

Fix TvInputService#verifyCallbackError failure

Bug: 267685218
Test: CTS
Change-Id: I324879ff29358cf3bf404bf639815e302c0c9dcb
parent e5fccdfb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -575,7 +575,7 @@ public class TvRecordingClient {
                Log.w(TAG, "onError - session not created");
                return;
            }
            if (mCallback == null) {
            if (mCallback != null) {
                mCallback.onError(error);
            }
            if (mTvIAppView != null) {