From 54e085610ed01109987eba6c6f966e408e8cd29f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cyanghuaxuan=E2=80=9D?= <“646903573@qq.com”> Date: Wed, 26 May 2021 20:03:15 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=8E=BB=E9=99=A4GloabConttext?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/home_page/home_page.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/pages/home_page/home_page.dart b/lib/pages/home_page/home_page.dart index 100f547..df9267b 100644 --- a/lib/pages/home_page/home_page.dart +++ b/lib/pages/home_page/home_page.dart @@ -95,7 +95,6 @@ class _HomePageState extends State with WidgetsBindingObserver, Ticker initAsync() async { try { Future.delayed(Duration(milliseconds: 10), () async { - GlobalConfig.context = context; await AdvertisingUtils.openSplashAd(); });