mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 16:25:17 +00:00
Open notifications by default
This commit is contained in:
@ -142,7 +142,7 @@ class _HomeRouteState extends HomeController {
|
|||||||
super.initState();
|
super.initState();
|
||||||
|
|
||||||
// Default page: conversations list
|
// Default page: conversations list
|
||||||
_pushPage(CurrPage(BarCallbackActions.OPEN_CONVERSATIONS));
|
_pushPage(CurrPage(BarCallbackActions.OPEN_NOTIFICATIONS));
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Build the body of the application
|
/// Build the body of the application
|
||||||
|
Reference in New Issue
Block a user