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

Commit 6fb1150f authored by Shubang Lu's avatar Shubang Lu Committed by Automerger Merge Worker
Browse files

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

parents 573ab8db 215a1e79
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) {