1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-10-22 22:43:22 +00:00

Update Forez tour

This commit is contained in:
Pierre HUBERT 2021-04-24 08:59:56 +02:00
parent 0edea3edd4
commit e301b0e95b

View File

@ -58,6 +58,14 @@ List<Widget> buildTour(TourRouteState state) {
showPresenceSettingsRoute(context, await ForezGroupHelper.getId()),
),
// Chat pane
PresentationPane(
icon: Icons.question_answer,
title: tr("Conversations"),
text: tr(
"#Forez now integrates the conversation system of Comunic, so you have access both to public and private conversations!"),
),
LastTourPane(),
];
}