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

Commit 0a9afe62 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "CEC: Remove the TODO in HdmiCecLocalDeviceSource class" am: a3e4f953...

Merge "CEC: Remove the TODO in HdmiCecLocalDeviceSource class" am: a3e4f953 am: 51538350 am: eff710b0

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1666842

Change-Id: I31b669108014bbe496341b89e93ea4d4a89eb4ef
parents 1350355d eff710b0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -292,7 +292,6 @@ abstract class HdmiCecLocalDeviceSource extends HdmiCecLocalDevice {

    // Only source devices that react to routing control messages should implement
    // this method (e.g. a TV with built in switch).
    // TODO(): decide which type will handle the routing when multi device type is supported
    protected void handleRoutingChangeAndInformation(int physicalAddress, HdmiCecMessage message) {
        // do nothing
    }