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

Commit df438d22 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix to accept volume status with no ARC connection" into main am: af3eaa8f

parents 22fcc65d af3eaa8f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1975,7 +1975,6 @@ public class HdmiControlService extends SystemService {
    void setAudioStatus(boolean mute, int volume) {
        if (!isTvDeviceEnabled()
                || !tv().isSystemAudioActivated()
                || !tv().isArcEstablished() // Don't update TV volume when SAM is on and ARC is off
                || getHdmiCecVolumeControl()
                == HdmiControlManager.VOLUME_CONTROL_DISABLED) {
            return;