1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-10-23 06:53:23 +00:00

Open notifications by default

This commit is contained in:
Pierre HUBERT 2020-04-17 12:15:13 +02:00
parent 025e5bdf1c
commit 90d58bbee3

View File

@ -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