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

Commit 6208946a authored by Paul Colta's avatar Paul Colta
Browse files

HDMI: Do not queue multiple ActiveSourceActions

Bug: 411734399
Test: atest com.android.server.hdmi
Flag: EXEMPT bugfix
Change-Id: I0d645acf6d9920fded26246d74f1d008be2ed4c9
parent 9b769d46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -408,7 +408,7 @@ abstract class HdmiCecLocalDeviceSource extends HdmiCecLocalDevice {
        if (!isActiveSource()) {
            return;
        }
        addAndStartAction(new ActiveSourceAction(this, dest));
        addAndStartAction(new ActiveSourceAction(this, dest), true);
    }

    /**