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

Commit f7905bdc authored by Sungsoo Lim's avatar Sungsoo Lim Committed by android-build-merger
Browse files

Merge "Start ARC action when setSystemAudioMode" into oc-mr1-dev

am: 3c8b5d1c

Change-Id: Ic285348252030d6bf443ecec7458b20810ee9cf4
parents 83448123 3c8b5d1c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -851,6 +851,7 @@ final class HdmiCecLocalDeviceTv extends HdmiCecLocalDevice {
                mSystemAudioActivated = on;
                mService.announceSystemAudioModeChange(on);
            }
            startArcAction(on);
        }
    }