Merge "Call setArcStatus(false) before standby"

This commit is contained in:
Jay Patel
2020-11-04 16:26:27 +00:00
committed by Gerrit Code Review

View File

@@ -1667,6 +1667,7 @@ final class HdmiCecLocalDeviceTv extends HdmiCecLocalDevice {
if (avr == null) {
return;
}
setArcStatus(false);
// Seq #44.
removeAction(RequestArcInitiationAction.class);