Merge "[TIAF] Fix a bug of missing request ID" into udc-dev
This commit is contained in:
@@ -594,7 +594,7 @@ public class ITvInteractiveAppSessionWrapper
|
||||
@Override
|
||||
public void notifyRecordingScheduled(String recordingId, String requestId) {
|
||||
mCaller.executeOrSendMessage(mCaller.obtainMessageOO(
|
||||
DO_NOTIFY_RECORDING_SCHEDULED, recordingId, recordingId));
|
||||
DO_NOTIFY_RECORDING_SCHEDULED, recordingId, requestId));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -1420,7 +1420,7 @@ public final class TvInteractiveAppManager {
|
||||
return;
|
||||
}
|
||||
try {
|
||||
mService.notifyRecordingScheduled(mToken, recordingId, recordingId, mUserId);
|
||||
mService.notifyRecordingScheduled(mToken, recordingId, requestId, mUserId);
|
||||
} catch (RemoteException e) {
|
||||
throw e.rethrowFromSystemServer();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user