mirror of
https://gitee.com/openharmony/filemanagement_user_file_service
synced 2024-11-23 07:20:41 +00:00
update interfaces/kits/picker/src/picker_n_exporter.cpp.
Signed-off-by: BrainL <libuyan1@huawei.com>
This commit is contained in:
parent
1cd604a444
commit
60ef81b4e1
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user