Merge "Fix AVR compatibility."
This commit is contained in:
@@ -850,7 +850,11 @@ final class HdmiCecLocalDeviceTv extends HdmiCecLocalDevice {
|
||||
mSystemAudioActivated = on;
|
||||
mService.announceSystemAudioModeChange(on);
|
||||
}
|
||||
startArcAction(on);
|
||||
if (on && !mArcEstablished) {
|
||||
startArcAction(true);
|
||||
} else if (!on) {
|
||||
startArcAction(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user