|
|
@@ -95,7 +95,6 @@ class _HomePageState extends State<HomePage> with WidgetsBindingObserver, Ticker |
|
|
|
initAsync() async { |
|
|
|
try { |
|
|
|
Future.delayed(Duration(milliseconds: 10), () async { |
|
|
|
GlobalConfig.context = context; |
|
|
|
await AdvertisingUtils.openSplashAd(); |
|
|
|
}); |
|
|
|
|
|
|
|