mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-11-27 01:03:08 +00:00
!48705 【popup】修复气泡消失时概率闪一下的问题
Merge pull request !48705 from 胡占江/hzj_popup_20241116
This commit is contained in:
commit
ef994acc28
@ -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