blob: 505c9b99c0db4c999f669a1bd4f7a7f544bcdc57 [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;
}
}
];