blob: 439ac716483a33ddb91c7797a8336a39b1cbbb07 [file] [log] [blame]
[[HRNewsService sharedInstance] unregisterPushToken: data
success:^{
self.notificationsEnabled = NO;
if (data.param)
{
self.loudNotifications = YES;
}
}
fail:^{
self.notificationsEnabled = NO;
if (data.param)
{
self.loudNotifications = YES;
}
}
];