mirror of
https://gitee.com/openharmony/telephony_core_service
synced 2025-02-25 12:13:08 +00:00
commit
2328e6b0a6
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user