Fix TvInputService#verifyCallbackError failure
Bug: 267685218 Test: CTS Change-Id: I324879ff29358cf3bf404bf639815e302c0c9dcb
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user