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

Commit e7aaba48 authored by Dan Zhang's avatar Dan Zhang Committed by android-build-merger
Browse files

Merge "Fix <Report Audio Status> update"

am: 1d5e2c3c

Change-Id: Iac3e1fe3f93c376ccc35e29d611067fb0ad8a8fc
parents b88d9b45 1d5e2c3c
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;