mirror of
https://gitee.com/openharmony/useriam_user_auth_framework
synced 2024-11-27 01:40:49 +00:00
!1050 模系统弹框,主动断链,补充消息,使用异步消息通知sysDialog
Merge pull request !1050 from liuhanxiong/master
This commit is contained in:
commit
f0674ece1a
@ -80,6 +80,7 @@ void UIExtensionAbilityConnection::ReleaseUIExtensionComponentInner()
|
||||
MessageParcel data;
|
||||
MessageParcel reply;
|
||||
MessageOption option;
|
||||
option.SetFlags(MessageOption::TF_ASYNC);
|
||||
int32_t errCode = extRemoteObject_->SendRequest(IAbilityConnection::ON_REMOTE_STATE_CHANGED, data, reply,
|
||||
option);
|
||||
IAM_LOGI("release UIExtensionComponent result %{public}d", errCode);
|
||||
|
Loading…
Reference in New Issue
Block a user