mirror of
https://gitee.com/openharmony/filemanagement_user_file_service
synced 2024-12-04 05:41:30 +00:00
update interfaces/kits/picker/src/picker_n_exporter.cpp.
Signed-off-by: BrainL <libuyan1@huawei.com>
This commit is contained in:
parent
5a982c1811
commit
51d952c768
@ -150,6 +150,9 @@ static void StartModalPickerAsyncCallbackComplete(napi_env env, napi_status stat
|
|||||||
context->work, *jsContext);
|
context->work, *jsContext);
|
||||||
}
|
}
|
||||||
delete context;
|
delete context;
|
||||||
|
if (window_) {
|
||||||
|
window_ = nullptr;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool IsTypeRight(napi_env env, napi_value val, napi_valuetype type)
|
static bool IsTypeRight(napi_env env, napi_value val, napi_valuetype type)
|
||||||
|
Loading…
Reference in New Issue
Block a user