mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-11-23 07:01:24 +00:00
modify codecheck error
Signed-off-by: huanghuahua <huanghuahua5@h-partners.com>
This commit is contained in:
parent
90dbba6ec4
commit
a7146579d8
@ -3418,7 +3418,7 @@ void UIContentImpl::ProcessFormVisibleChange(bool isVisible)
|
||||
CHECK_NULL_VOID(pipeline);
|
||||
pipeline->HandleFormVisibleChangeEvent(isVisible);
|
||||
},
|
||||
TaskExecutor::TaskType::UI,"ArkUIUIExtensionVisibleChange");
|
||||
TaskExecutor::TaskType::UI, "ArkUIUIExtensionVisibleChange");
|
||||
}
|
||||
|
||||
bool UIContentImpl::NotifyExecuteAction(
|
||||
|
Loading…
Reference in New Issue
Block a user