update interfaces/kits/picker/src/picker_n_exporter.cpp.

Signed-off-by: BrainL <libuyan1@huawei.com>
This commit is contained in:
BrainL 2024-09-10 18:54:07 +00:00 committed by Gitee
parent 1cd604a444
commit 60ef81b4e1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -264,6 +264,7 @@ static napi_value StartPickerExtension(napi_env env, napi_callback_info info,
HILOG_INFO("[picker] Will get uiContent by window.");
uiContent = window_->GetUIContent();
} else {
HILOG_INFO("[picker] Will get uiContent by context.");
uiContent= GetUIContent(env, info, asyncContext);
}