mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Fix crash occuring when clicking Cancel in the Contact view
This commit is contained in:
parent
9bb2bcb89d
commit
f42fc2f2a9
1 changed files with 1 additions and 1 deletions
|
|
@ -394,7 +394,7 @@ int callCount(LinphoneCore* lc) {
|
|||
} else if (sender == contacts) {
|
||||
// start people picker
|
||||
myPeoplePickerController = [[[ABPeoplePickerNavigationController alloc] init] autorelease];
|
||||
[myPeoplePickerController setPeoplePickerDelegate:[[[ContactPickerDelegate alloc] init] autorelease]];
|
||||
[myPeoplePickerController setPeoplePickerDelegate:[[ContactPickerDelegate alloc] init] ];
|
||||
|
||||
[self presentModalViewController: myPeoplePickerController animated:true];
|
||||
} else if (sender == close) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue