File tree 1 file changed +4
-4
lines changed
examples/tv-app/android/java
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ void ContentAppCommandDelegate::FormatResponseData(CommandHandlerInterface::Hand
197
197
}
198
198
else
199
199
{
200
- handlerContext.mCommandHandler .AddResponseData (handlerContext.mRequestPath , launchResponse);
200
+ handlerContext.mCommandHandler .AddResponse (handlerContext.mRequestPath , launchResponse);
201
201
}
202
202
break ;
203
203
}
@@ -211,7 +211,7 @@ void ContentAppCommandDelegate::FormatResponseData(CommandHandlerInterface::Hand
211
211
}
212
212
else
213
213
{
214
- handlerContext.mCommandHandler .AddResponseData (handlerContext.mRequestPath , navigateTargetResponse);
214
+ handlerContext.mCommandHandler .AddResponse (handlerContext.mRequestPath , navigateTargetResponse);
215
215
}
216
216
break ;
217
217
}
@@ -225,7 +225,7 @@ void ContentAppCommandDelegate::FormatResponseData(CommandHandlerInterface::Hand
225
225
}
226
226
else
227
227
{
228
- handlerContext.mCommandHandler .AddResponseData (handlerContext.mRequestPath , playbackResponse);
228
+ handlerContext.mCommandHandler .AddResponse (handlerContext.mRequestPath , playbackResponse);
229
229
}
230
230
break ;
231
231
}
@@ -244,7 +244,7 @@ void ContentAppCommandDelegate::FormatResponseData(CommandHandlerInterface::Hand
244
244
}
245
245
else
246
246
{
247
- handlerContext.mCommandHandler .AddResponseData (handlerContext.mRequestPath , getSetupPINresponse);
247
+ handlerContext.mCommandHandler .AddResponse (handlerContext.mRequestPath , getSetupPINresponse);
248
248
}
249
249
break ;
250
250
}
You can’t perform that action at this time.
0 commit comments