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

Commit 5be07280 authored by Paul Colța's avatar Paul Colța Committed by Gerrit Code Review
Browse files

Merge "Use updateCecDevice to update existing deviceInfo" into main

parents aa9f61fc c667d2e7
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);