mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-25 06:19:22 +00:00
Open notifications by default
This commit is contained in:
parent
025e5bdf1c
commit
90d58bbee3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user