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

Commit 1d5e2c3c authored by Dan Zhang's avatar Dan Zhang Committed by Gerrit Code Review
Browse files

Merge "Fix <Report Audio Status> update"

parents 6ecaac4c 67ed2e96
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1003,6 +1003,9 @@ final class HdmiCecLocalDeviceTv extends HdmiCecLocalDevice {
    }

    void setAudioStatus(boolean mute, int volume) {
        if (!isSystemAudioActivated()) {
            return;
        }
        synchronized (mLock) {
            mSystemAudioMute = mute;
            mSystemAudioVolume = volume;