TIF: Update TvInputInfo when the input is reinstalled.
Bug: 28678019 Change-Id: Ibd290245a64cdb4950bda4c054e713b38a546f5f
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