!1654 vcard模块,代码静态扫描问题修改

Merge pull request !1654 from Aurora/master
This commit is contained in:
openharmony_ci 2023-12-25 01:36:34 +00:00 committed by Gitee
commit 2328e6b0a6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -169,6 +169,7 @@ void ImportVCardCallback(napi_env env, napi_status status, void *data)
auto context = static_cast<ImportContext *>(data);
if (context == nullptr) {
TELEPHONY_LOGE("ImportVCardCallback context nullptr");
return;
}
napi_value callbackValue = nullptr;
if (context->resolved) {