mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Fix bad check
This commit is contained in:
		@@ -75,5 +75,5 @@ class PushNotificationsHelper {
 | 
			
		||||
  /// Is true if possible if push notifications are configurable
 | 
			
		||||
  static bool get arePushNotificationsAvailable =>
 | 
			
		||||
      srvConfig.notificationsPolicy.hasFirebase ||
 | 
			
		||||
      (isAndroid && srvConfig.notificationsPolicy.hasFirebase);
 | 
			
		||||
      (isAndroid && srvConfig.notificationsPolicy.hasIndependent);
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user