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

Commit 43615498 authored by Jinsuk Kim's avatar Jinsuk Kim
Browse files

Revert "CEC: Let playback device switch TV input after bootup"

This reverts commit 8913a0e1.

Change-Id: Ibfabdd94206141274a69040e0ed90ba29aeae75b
parent 8913a0e1
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -55,10 +55,6 @@ final class HdmiCecLocalDevicePlayback extends HdmiCecLocalDevice {
        mService.sendCecCommand(HdmiCecMessageBuilder.buildDeviceVendorIdCommand(
                mAddress, mService.getVendorId()));
        startQueuedActions();

        // Switch TV input after bootup.
        setActiveSource(true);
        maySendActiveSource(Constants.ADDR_TV);
    }

    @Override