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

Fix issue

This commit is contained in:
Pierre HUBERT 2021-04-26 10:51:42 +02:00
parent 8a581d158a
commit 80623c75be

View File

@ -45,7 +45,7 @@ List<Widget> buildTour(TourRouteState state) {
pushNotificationsKey: state.pushNotificationsKey, pushNotificationsKey: state.pushNotificationsKey,
onConfigured: state.rebuild, onConfigured: state.rebuild,
onChanged: state.rebuild, onChanged: state.rebuild,
visible: state.areNotificationsConfigured, visible: !state.areNotificationsConfigured,
), ),
// Forez specific features // Forez specific features