mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Fix a issue
This commit is contained in:
		@@ -61,6 +61,7 @@ class TourRouteState extends State<TourRoute> {
 | 
				
			|||||||
      try {
 | 
					      try {
 | 
				
			||||||
        await PushNotificationsHelper.configure(
 | 
					        await PushNotificationsHelper.configure(
 | 
				
			||||||
            context, PushNotificationsStatus.FIREBASE);
 | 
					            context, PushNotificationsStatus.FIREBASE);
 | 
				
			||||||
 | 
					        areNotificationsConfigured = true;
 | 
				
			||||||
      } catch (e, s) {
 | 
					      } catch (e, s) {
 | 
				
			||||||
        logError(e, s);
 | 
					        logError(e, s);
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user