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

Commit 87f1a12c authored by Paul Colța's avatar Paul Colța Committed by Android (Google) Code Review
Browse files

Merge "HDMICEC: Keep device name empty when OSD name is not set" into udc-dev

parents bc6fc2c4 40153019
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -172,7 +172,7 @@ final class NewDeviceAction extends HdmiCecFeatureAction {
            return;
        }
        if (mDisplayName == null) {
            mDisplayName = HdmiUtils.getDefaultDeviceName(mDeviceLogicalAddress);
            mDisplayName = "";
        }
        HdmiDeviceInfo deviceInfo = HdmiDeviceInfo.cecDeviceBuilder()
                .setLogicalAddress(mDeviceLogicalAddress)