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(); });