diff --git a/lib/ui/routes/home_route.dart b/lib/ui/routes/home_route.dart index 855da8c..b738449 100644 --- a/lib/ui/routes/home_route.dart +++ b/lib/ui/routes/home_route.dart @@ -142,7 +142,7 @@ class _HomeRouteState extends HomeController { super.initState(); // Default page: conversations list - _pushPage(CurrPage(BarCallbackActions.OPEN_CONVERSATIONS)); + _pushPage(CurrPage(BarCallbackActions.OPEN_NOTIFICATIONS)); } /// Build the body of the application