From c94f6b2aeb439fb243c2a5d2f225c24a4dbf2493 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Mon, 13 Feb 2023 02:09:38 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20'Pull=20Request=20!9865=20?= =?UTF-8?q?:=20=E8=A7=A3=E5=86=B3setTimeout=E5=87=BD=E6=95=B0=E4=B8=AD?= =?UTF-8?q?=E8=B0=83=E7=94=A8pushUrl=E6=97=A0=E9=A1=B5=E9=9D=A2=E8=BD=AC?= =?UTF-8?q?=E5=9C=BA=E5=8A=A8=E7=94=BB'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frameworks/core/pipeline/pipeline_context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/core/pipeline/pipeline_context.cpp b/frameworks/core/pipeline/pipeline_context.cpp index 72f82cb628b..0c8f8ab142c 100644 --- a/frameworks/core/pipeline/pipeline_context.cpp +++ b/frameworks/core/pipeline/pipeline_context.cpp @@ -1136,7 +1136,7 @@ void PipelineContext::PushPage(const RefPtr& pageComponent, const stageElement->PushPage(display); } -#if defined(ENABLE_NATIVE_VIEW) +#if defined(ENABLE_NATIVE_VIEW) || defined(ENABLE_ROSEN_BACKEND) if (GetIsDeclarative()) { // if not use flutter scheduler, can flush pipeline immediately. if (isSurfaceReady_) { -- Gitee