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

Commit dd936caa authored by Yixiao Luo's avatar Yixiao Luo Committed by Android (Google) Code Review
Browse files

Merge "Use on-screen input id for non-recording session in getCurrentTunedInfos()" into main

parents 8305743b 44520ac7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3296,7 +3296,7 @@ public final class TvInputManagerService extends SystemService {
                            : TunedInfo.APP_TYPE_NON_SYSTEM;
                }
                channelInfos.add(new TunedInfo(
                        state.inputId,
                        state.isRecordingSession ? state.inputId : mOnScreenInputId,
                        watchedProgramsAccess ? state.currentChannel : null,
                        state.isRecordingSession,
                        state.isVisible,