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

Commit cd83d4a2 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...

Merge "TIF: Update TvInputInfo when the input is reinstalled." into nyc-dev am: b0d38b6d am: 4f8aef30
am: 37d308db

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

Change-Id: I81668742829eaacb0e737c30f7778dea8d7a98e7
parents a8a2d7a6 37d308db
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);
        }