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

This commit is contained in:
Shubang Lu
2016-05-16 16:25:07 +00:00
committed by Android (Google) Code Review

View File

@@ -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);
}