Merge "TIF: Update TvInputInfo when the input is reinstalled." into nyc-dev
am: b0d38b6d47
* commit 'b0d38b6d47a9f7e94135fc64449e81f9dc47f3eb':
TIF: Update TvInputInfo when the input is reinstalled.
Change-Id: I9203108969432744c0e50bf7fbe8dfe95562cb58
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