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

Commit 4088527e authored by Jay Patel's avatar Jay Patel Committed by android-build-merger
Browse files

Merge "Fix AVR compatibility." am: 9e4df498

am: babd85e2

Change-Id: I01d0dd2fffc45c4b2e54990595fb922bff849dc1
parents ec2c5c2e babd85e2
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -832,7 +832,11 @@ final class HdmiCecLocalDeviceTv extends HdmiCecLocalDevice {
                mService.setSystemAudioActivated(on);
                mService.announceSystemAudioModeChange(on);
            }
            startArcAction(on);
            if (on && !mArcEstablished) {
                startArcAction(true);
            } else if (!on) {
                startArcAction(false);
            }
        }
    }