mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Open notifications by default
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user