From 4aeded2824c18ef9a68833ea72d120342139b63b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E6=A5=9A?= Date: Wed, 22 Nov 2023 10:39:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Djs=20onLoad=E6=96=B9=E6=B3=95?= =?UTF-8?q?=E5=BC=82=E6=AD=A5=E8=B0=83=E7=94=A8=EF=BC=8C=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E5=87=BA=E7=8E=B0=E5=9C=A8parse=E8=A7=A3=E6=9E=90=E6=8E=A7?= =?UTF-8?q?=E4=BB=B6=E6=97=B6=E6=97=A0=E6=B3=95=E8=8E=B7=E5=8F=96=E6=AD=A3?= =?UTF-8?q?=E7=A1=AE=E7=9A=84js=E8=BF=90=E8=A1=8C=E6=97=B6=E7=8A=B6?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fair/lib/src/runtime/runtime_fair_delegate.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fair/lib/src/runtime/runtime_fair_delegate.dart b/fair/lib/src/runtime/runtime_fair_delegate.dart index 1412820f..076bf7ed 100644 --- a/fair/lib/src/runtime/runtime_fair_delegate.dart +++ b/fair/lib/src/runtime/runtime_fair_delegate.dart @@ -116,7 +116,7 @@ abstract class RuntimeFairDelegate { } void didChangeDependencies() { - runtime?.invokeMethod(pageName, 'onLoad', null); + runtime?.invokeMethodSync(pageName, 'onLoad', null); } void dispose() {