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

Commit 3a4aff83 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

am: 44117eac

Change-Id: If152556b4a2e4d8a175819be8131b5de69fe9cdd
parents e929d542 44117eac
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);
            }
        }
    }