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

Commit 35617f9d authored by Paul Colța's avatar Paul Colța Committed by Automerger Merge Worker
Browse files

Merge "Use updateCecDevice to update existing deviceInfo" into main am: 5be07280

parents fd89545c 5be07280
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -182,7 +182,7 @@ final class NewDeviceAction extends HdmiCecFeatureAction {
                .setVendorId(mVendorId)
                .setDisplayName(mDisplayName)
                .build();
        localDevice().mService.getHdmiCecNetwork().addCecDevice(deviceInfo);
        localDevice().mService.getHdmiCecNetwork().updateCecDevice(deviceInfo);

        // Consume CEC messages we already got for this newly found device.
        tv().processDelayedMessages(mDeviceLogicalAddress);