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

Commit 44117eac authored by Jay Patel's avatar Jay Patel Committed by android-build-merger
Browse files

Merge "Fix AVR compatibility." am: 9e4df498 am: babd85e2 am: 4088527e

am: 77c74961

Change-Id: Iab1720aa3db4602795a703aa12729e0c5cb1d635
parents 28f41e7e 77c74961
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);
            }
        }
    }