mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2025-02-17 14:11:05 +00:00
commit
a4c08cc29f
@ -261,7 +261,7 @@ void WindowScene::BufferAvailableCallback()
|
||||
CHECK_NULL_VOID(self->startingWindow_);
|
||||
const auto& config =
|
||||
Rosen::SceneSessionManager::GetInstance().GetWindowSceneConfig().startingWindowAnimationConfig_;
|
||||
if (config.enabled_) {
|
||||
if (config.enabled_ && self->session_->NeedStartingWindowExitAnimation()) {
|
||||
auto context = self->startingWindow_->GetRenderContext();
|
||||
CHECK_NULL_VOID(context);
|
||||
context->SetMarkNodeGroup(true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user