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

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

Merge "[TIAF] Fix a bug about recording ID when schedule recording" into udc-dev

parents 7cfe709d c7099a4a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2887,7 +2887,7 @@ public class TvInteractiveAppManagerService extends SystemService {
        }

        @Override
        public void onRequestScheduleRecording2(String inputId, String requestId, Uri channelUri,
        public void onRequestScheduleRecording2(String requestId, String inputId, Uri channelUri,
                long start, long duration, int repeat, Bundle params) {
            synchronized (mLock) {
                if (DEBUG) {