forked from mirrors/linphone-iphone
Fix secureBadge with safeArea
Fix presence in ContactsListTableVIew
This commit is contained in:
parent
8b34e48d49
commit
fdc80ab7fa
1 changed files with 1 additions and 1 deletions
|
|
@ -69,12 +69,12 @@
|
|||
|
||||
-(void)viewWillDisappear:(BOOL)animated{
|
||||
[super viewWillDisappear:animated];
|
||||
[[NSNotificationCenter defaultCenter] removeObserver:self name:@"LinphoneFriendPresenceUpdate" object:nil];
|
||||
[AvatarBridge removeAllObserver];
|
||||
}
|
||||
|
||||
-(void)viewDidDisappear:(BOOL)animated{
|
||||
[super viewDidDisappear:animated];
|
||||
[[NSNotificationCenter defaultCenter] removeObserver:self name:@"LinphoneFriendPresenceUpdate" object:nil];
|
||||
}
|
||||
|
||||
-(void) receivePresenceNotification:(NSNotification*)notification
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue