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

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

Merge "TIF: Update TvInputInfo when the input is reinstalled." into nyc-dev

parents cef3337c 2263fb0b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -347,8 +347,8 @@ public final class TvInputManagerService extends SystemService {
            TvInputState inputState = userState.inputMap.get(info.getId());
            if (inputState == null) {
                inputState = new TvInputState();
                inputState.info = info;
            }
            inputState.info = info;
            inputMap.put(info.getId(), inputState);
        }