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