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

Commit 3dfc64d4 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 b831f3bc 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);