diff --git a/lib/helpers/push_notifications_helper.dart b/lib/helpers/push_notifications_helper.dart index b513aa8..2634673 100644 --- a/lib/helpers/push_notifications_helper.dart +++ b/lib/helpers/push_notifications_helper.dart @@ -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); }