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

Commit ec1cb149 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add <Request Active Source> when CEC is on or TV wakes up."

parents 334a3ef5 a1e46891
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -213,8 +213,10 @@ final class HdmiCecLocalDeviceTv extends HdmiCecLocalDevice {
        mLocalDeviceAddresses = initLocalDeviceAddresses();
        resetSelectRequestBuffer();
        launchDeviceDiscovery();
        if (!mDelayedMessageBuffer.isBuffered(Constants.MESSAGE_ACTIVE_SOURCE)) {
            mService.sendCecCommand(HdmiCecMessageBuilder.buildRequestActiveSource(mAddress));
        }
    }


    @ServiceThreadOnly
    private List<Integer> initLocalDeviceAddresses() {