Merge "TIF: Update TvInputInfo when the input is reinstalled." into nyc-dev
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user