diff --git a/lib/ui/landing/dashboard_screen.dart b/lib/ui/landing/dashboard_screen.dart index e1250b4..8c1bdfe 100644 --- a/lib/ui/landing/dashboard_screen.dart +++ b/lib/ui/landing/dashboard_screen.dart @@ -65,10 +65,9 @@ class _DashboardScreenState extends State { hubConnection = await data.getHubConnection(); await hubConnection.start(); hubConnection.onreconnecting(({Exception? error}) { - print("============== Reconnecting ======================"); + print("============== Reconnecting Hub ======================"); data.getUserAutoLoginToken().whenComplete(() { buildHubConnection(); - data.notifyListeners(); }); }); }