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

Commit 0beb76e1 authored by Jinsuk Kim's avatar Jinsuk Kim Committed by Android Git Automerger
Browse files

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

* commit '9899b663':
  CEC: Use thread-safe version for avr info
parents a1f5fc08 9899b663
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) {