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

Commit d73ece96 authored by Shubang's avatar Shubang Committed by android-build-merger
Browse files

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

am: b0d38b6d

* commit 'b0d38b6d':
  TIF: Update TvInputInfo when the input is reinstalled.

Change-Id: I9203108969432744c0e50bf7fbe8dfe95562cb58
parents 6b078fef b0d38b6d
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);
        }