mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
bugfix again
This commit is contained in:
parent
eb077e7bd7
commit
b03ebd695f
1 changed files with 2 additions and 0 deletions
|
|
@ -210,6 +210,7 @@
|
|||
- (void)processRemoteNotification:(NSDictionary*)userInfo{
|
||||
if ([LinphoneManager instance].pushNotificationToken==Nil){
|
||||
[LinphoneLogger log:LinphoneLoggerLog format:@"Ignoring push notification we did not subscribed."];
|
||||
return;
|
||||
}
|
||||
|
||||
NSDictionary *aps = [userInfo objectForKey:@"aps"];
|
||||
|
|
@ -289,6 +290,7 @@
|
|||
|
||||
if (lm.pushNotificationToken==Nil){
|
||||
[LinphoneLogger log:LinphoneLoggerLog format:@"Ignoring push notification we did not subscribed."];
|
||||
return;
|
||||
}
|
||||
|
||||
// check that linphone is still running
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue