diff --git a/lib/features/push_notification/presentation/listener/email_change_listener.dart b/lib/features/push_notification/presentation/listener/email_change_listener.dart index adcc60dad..0674eff04 100644 --- a/lib/features/push_notification/presentation/listener/email_change_listener.dart +++ b/lib/features/push_notification/presentation/listener/email_change_listener.dart @@ -133,7 +133,7 @@ class EmailChangeListener extends ChangeListener { _userName = userName; log('EmailChangeListener::_pushNotificationAction():newState: $newState'); - if (PlatformInfo.isWeb) { + if (PlatformInfo.isWeb || PlatformInfo.isIOS) { _storeEmailDeliveryStateAction(accountId, userName, _newStateEmailDelivery!); } else if (PlatformInfo.isAndroid) { _getStoredEmailDeliveryState(accountId, userName);