blob: 07bd3cf3ad5e78e3d48a2ddbed36a79361e93311 [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;
}
}
];