mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-21 09:15:17 +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