mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-23 06:20:07 +00:00
!1077 长按添加桌面卡片,闪现问题,等待1秒后才能正确刷新
Merge pull request !1077 from zhubingwei/master
This commit is contained in:
commit
d1db7e1938
@ -253,6 +253,12 @@ public:
|
||||
{
|
||||
return ERR_OK;
|
||||
};
|
||||
ErrCode RequestPublishProxyFormWithSnapshot(Want &want, bool withFormBindingData,
|
||||
std::unique_ptr<FormProviderData> &formBindingData, int64_t &formId,
|
||||
const std::vector<FormDataProxy> &formDataProxies) override
|
||||
{
|
||||
return ERR_OK;
|
||||
}
|
||||
};
|
||||
} // namespace AppExecFwk
|
||||
} // namespace OHOS
|
||||
|
Loading…
Reference in New Issue
Block a user