mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Fix issue
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user