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

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

am 5e34b6b9: am 43b2746b: Merge "CEC: Let <Active Source> from the active...

am 5e34b6b9: am 43b2746b: Merge "CEC: Let <Active Source> from the active source work" into lmp-mr1-dev

* commit '5e34b6b9':
  CEC: Let <Active Source> from the active source work
parents 7e553a06 5e34b6b9
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -62,11 +62,6 @@ final class ActiveSourceHandler {
    void process(ActiveSource newActive, int deviceType) {
        // Seq #17
        HdmiCecLocalDeviceTv tv = mSource;
        ActiveSource activeSource = tv.getActiveSource();
        if (activeSource.equals(newActive)) {
            invokeCallback(HdmiControlManager.RESULT_SUCCESS);
            return;
        }
        HdmiDeviceInfo device = mService.getDeviceInfo(newActive.logicalAddress);
        if (device == null) {
            tv.startNewDeviceAction(newActive, deviceType);