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

Commit f8e8edef authored by Paul Colta's avatar Paul Colta Committed by Android (Google) Code Review
Browse files

Merge "Fix duplicate HDMI source display after device reconnection" into main

parents b55783d6 aa41482b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -278,7 +278,8 @@ public class HdmiCecNetwork {
    }

    private void invokeDeviceEventListener(HdmiDeviceInfo info, int event) {
        if (!hideDevicesBehindLegacySwitch(info)) {
        if (event == HdmiControlManager.DEVICE_EVENT_REMOVE_DEVICE ||
                    !hideDevicesBehindLegacySwitch(info)) {
            mHdmiControlService.invokeDeviceEventListeners(info, event);
        }
    }