From c777fdde78e6365b8d96b44883d4223da7618238 Mon Sep 17 00:00:00 2001 From: zmf <279822581@qq.com> Date: Thu, 11 Jan 2024 10:14:19 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=97=A8=E7=A6=81=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zmf <279822581@qq.com> --- README.en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.en.md b/README.en.md index 1b57e89b92..8cd2f9da7a 100644 --- a/README.en.md +++ b/README.en.md @@ -1,5 +1,6 @@ Flutter Engine ============== +托尔斯泰 Original warehouse source: https://github.com/flutter/engine -- Gitee From e5e548ed2de01b70aa1e1d13ebdb19cf5e9a4504 Mon Sep 17 00:00:00 2001 From: zmf <279822581@qq.com> Date: Thu, 11 Jan 2024 10:49:56 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zmf <279822581@qq.com> --- shell/common/shell.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/common/shell.cc b/shell/common/shell.cc index b0bf51ae5d..777eb89556 100644 --- a/shell/common/shell.cc +++ b/shell/common/shell.cc @@ -792,6 +792,7 @@ void Shell::OnPlatformViewCreated(std::unique_ptr surface) { auto ui_task = [engine = engine_->GetWeakPtr()] { if (engine) { engine->ScheduleFrame(); + engine->ScheduleFrame(); } }; -- Gitee