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

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

am e4d336eb: am 3052fede: am 1c72ba8a: Merge "CEC: Do not compare active input...

am e4d336eb: am 3052fede: am 1c72ba8a: Merge "CEC: Do not compare active input when updating" into lmp-mr1-dev

* commit 'e4d336eb':
  CEC: Do not compare active input when updating
parents c3b7ab50 e4d336eb
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -318,9 +318,6 @@ final class HdmiCecLocalDeviceTv extends HdmiCecLocalDevice {
    void updateActiveInput(int path, boolean notifyInputChange) {
        assertRunOnServiceThread();
        // Seq #15
        if (path == getActivePath()) {
            return;
        }
        setPrevPortId(getActivePortId());
        setActivePath(path);
        // TODO: Handle PAP/PIP case.