diff --git a/lib/ui/landing/dashboard_screen.dart b/lib/ui/landing/dashboard_screen.dart index f15b36e..8c1291a 100644 --- a/lib/ui/landing/dashboard_screen.dart +++ b/lib/ui/landing/dashboard_screen.dart @@ -179,11 +179,7 @@ class _DashboardScreenState extends State { "assets/images/announcements.svg", matchTextDirection: true, ).onPress(() async { - /// await Navigator.pushNamed(context, AppRoutes.announcements); - hubConnection.stop().then((value) { - print("----------- Stoppped ----------"); - print(hubConnection.state); - }); + await Navigator.pushNamed(context, AppRoutes.announcements); }) ], ).paddingOnly(left: 21, right: 21, top: 48, bottom: 7),