Loading packages/SystemUI/src/com/android/systemui/bluetooth/devicesettings/shared/model/DeviceSettingModel.kt +1 −1 Original line number Diff line number Diff line Loading @@ -32,6 +32,6 @@ fun DeviceSettingIcon.toSysUiIcon(context: Context, contentDescription: ContentD contentDescription = contentDescription, ) is DeviceSettingIcon.ResourceIcon -> Icon.Resource(res = resId, contentDescription = contentDescription) Icon.Resource(resId = resId, contentDescription = contentDescription) } } Loading
packages/SystemUI/src/com/android/systemui/bluetooth/devicesettings/shared/model/DeviceSettingModel.kt +1 −1 Original line number Diff line number Diff line Loading @@ -32,6 +32,6 @@ fun DeviceSettingIcon.toSysUiIcon(context: Context, contentDescription: ContentD contentDescription = contentDescription, ) is DeviceSettingIcon.ResourceIcon -> Icon.Resource(res = resId, contentDescription = contentDescription) Icon.Resource(resId = resId, contentDescription = contentDescription) } }