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

Commit 2263fb0b authored by Shubang's avatar Shubang Committed by Shubang Lu
Browse files

TIF: Update TvInputInfo when the input is reinstalled.

Bug: 28678019
Change-Id: Ibd290245a64cdb4950bda4c054e713b38a546f5f
parent a6c0cc09
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);
        }