!444 【输入法框架】代码小修复

Merge pull request !444 from Hollokin/master
This commit is contained in:
openharmony_ci 2022-11-24 10:22:23 +00:00 committed by Gitee
commit e10f24acfc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -739,6 +739,7 @@ namespace MiscServices {
property.descriptionId = applicationInfo.descriptionId;
property.label = Str8ToStr16(labelString);
property.description = Str8ToStr16(descriptionString);
properties.emplace_back(property);
}
return properties;
}