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

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

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

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