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

Commit 9899b663 authored by Jinsuk Kim's avatar Jinsuk Kim Committed by Android (Google) Code Review
Browse files

Merge "CEC: Use thread-safe version for avr info" into lmp-mr1-dev

parents 1c49a612 86a1e5a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -798,7 +798,7 @@ final class HdmiCecLocalDeviceTv extends HdmiCecLocalDevice {
    }

    boolean isSystemAudioActivated() {
        if (getAvrDeviceInfo() == null) {
        if (!hasSystemAudioDevice()) {
            return false;
        }
        synchronized (mLock) {