mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
remove useless code
This commit is contained in:
parent
6de9ffd2ee
commit
5982b8cb6d
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@
|
|||
if (num > 2) {
|
||||
LOGW(@"[PushKit] unexpected pushkit notifications received %d, please clean your sip account.", num);
|
||||
}
|
||||
[[UIApplication sharedApplication] unregisterForRemoteNotifications];
|
||||
|
||||
// Register for remote notifications.
|
||||
LOGI(@"[APNs] register for push notif");
|
||||
[[UIApplication sharedApplication] registerForRemoteNotifications];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue