Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f860be88 authored by Jinsuk Kim's avatar Jinsuk Kim Committed by Android (Google) Code Review
Browse files

Merge "CEC: Fix a bug not sending <Set Stream Path>" into lmp-dev

parents 6800cddd 2626958c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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() {