am b717ef09: am c65e637d: am 2e84b632: Merge "CEC: Fix a bug not sending <Set Stream Path>" into lmp-dev
* commit 'b717ef09af4e58165de889118aa13bed687da564': CEC: Fix a bug not sending <Set Stream Path>
This commit is contained in:
@@ -314,7 +314,7 @@ final class HdmiCecLocalDeviceTv extends HdmiCecLocalDevice {
|
||||
HdmiCecMessageBuilder.buildRoutingChange(mAddress, oldPath, newPath);
|
||||
mService.sendCecCommand(routingChange);
|
||||
removeAction(RoutingControlAction.class);
|
||||
addAndStartAction(new RoutingControlAction(this, newPath, false, callback));
|
||||
addAndStartAction(new RoutingControlAction(this, newPath, true, callback));
|
||||
}
|
||||
|
||||
int getPowerStatus() {
|
||||
|
||||
Reference in New Issue
Block a user