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

Commit d669abe3 authored by Shubang Lu's avatar Shubang Lu Committed by Android (Google) Code Review
Browse files

Merge "Fix TvInputService#verifyCallbackError failure"

parents 80fc007a 6bd48b35
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) {