Fix TvInputService#verifyCallbackError failure

Bug: 267685218
Test: CTS
Change-Id: I324879ff29358cf3bf404bf639815e302c0c9dcb
This commit is contained in:
shubang
2023-02-02 16:09:56 -08:00
committed by Shubang Lu
parent e5fccdfbdc
commit 6bd48b3592

View File

@@ -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) {