mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Fix issue on History details view when FastAddressBook updating
This commit is contained in:
parent
abfa99d3d8
commit
dccd31d927
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
[super viewWillAppear:animated];
|
||||
|
||||
[[NSNotificationCenter defaultCenter] addObserver:self
|
||||
selector:@selector(update:)
|
||||
selector:@selector(update)
|
||||
name:kLinphoneAddressBookUpdate
|
||||
object:nil];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue