mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-11-23 07:01:24 +00:00
【popup】修复气泡消失时概率闪一下的问题
Signed-off-by: huzhanjiang <huzhanjiang@huawei.com> Change-Id: I39f5fefb27e93a345b8a5a668c35143c4b6c54ad
This commit is contained in:
parent
3e1a891f33
commit
712e1e3cbc
@ -1150,10 +1150,11 @@ void SubwindowOhos::HideSubWindowNG()
|
||||
Platform::DialogContainer::DestroyContainer(Container::CurrentId());
|
||||
}
|
||||
} else {
|
||||
HideWindow();
|
||||
auto context = container->GetPipelineContext();
|
||||
CHECK_NULL_VOID(context);
|
||||
context->FlushPipelineImmediately();
|
||||
if (context) {
|
||||
context->FlushPipelineImmediately();
|
||||
}
|
||||
HideWindow();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user