mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 12:59:21 +00:00
Fix issue
This commit is contained in:
parent
8a581d158a
commit
80623c75be
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user