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

Commit 77c74961 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

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