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

Commit a76be2dc 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 am: 35617f9d

parents 1577629b 35617f9d
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);