diff --git a/lib/pages/home/home_page.dart b/lib/pages/home/home_page.dart index 4d338a6d..cfa70f19 100644 --- a/lib/pages/home/home_page.dart +++ b/lib/pages/home/home_page.dart @@ -163,13 +163,6 @@ class _HomePageState extends State radius: 8, customWidget: ApplicationView(), ), - ContainerComment( - radius: 8, - customWidget: GridButtons( - gridList: _gridList, - crossCount: 4, - ), - ), // SingleAdSpace( // imagePath: R.ASSETS_EXAMPLE_GUANGGAO2_PNG, // ), diff --git a/lib/pages/splash/splash_page.dart b/lib/pages/splash/splash_page.dart index af62e8f5..4a470e0b 100644 --- a/lib/pages/splash/splash_page.dart +++ b/lib/pages/splash/splash_page.dart @@ -40,6 +40,8 @@ class _SplashPageState extends State { //ensure call _originOp first. await _originOp(); final userProvider = Provider.of(context, listen: false); + final appProvider = Provider.of(context, listen: false); + appProvider.initApplications(); //app init delay 2 second await Future.delayed(Duration(seconds: 2)); if (HiveStore.appBox.get('login') ?? false) {