长按添加桌面卡片,闪现问题,等待1秒后才能正确刷新

Signed-off-by: zhubingwei <zhubingwei@huawei.com>
This commit is contained in:
zhubingwei 2024-09-09 14:00:07 +08:00
parent 6e43a796af
commit 104e47f726

View File

@ -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