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

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

Merge "Fix AVR compatibility."

am: 9e4df498

Change-Id: I6d67424f99eb0a24e0b5dbc70c8ca62ba8ab6457
parents 392130fe 9e4df498
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);
            }
        }
    }