diff --git a/lib/pages/home/view.dart b/lib/pages/home/view.dart index 8ea93769..f3fccb6e 100644 --- a/lib/pages/home/view.dart +++ b/lib/pages/home/view.dart @@ -59,7 +59,7 @@ class _HomePageState extends State onTap: (value) { feedBack(); if (_homeController.tabController.indexIsChanging.not) { - _homeController.tabsCtrList[value]().animateToTop(); + _homeController.animateToTop(); } }, ),