mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-29 17:29:20 +00:00
contacts details rm
This commit is contained in:
parent
eed495e4e5
commit
f81fa18ef0
1 changed files with 1 additions and 2 deletions
|
|
@ -245,8 +245,7 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
}
|
||||
|
||||
- (IBAction)onDeleteClick:(id)sender {
|
||||
NSString *msg = [NSString
|
||||
stringWithFormat:NSLocalizedString(@"Are you sure that you want to delete your contact %@?", nil), @"toto"];
|
||||
NSString *msg = NSLocalizedString(@"Are you sure that you want to delete your contact?", nil);
|
||||
[UIConfirmationDialog ShowWithMessage:msg
|
||||
onCancelClick:nil
|
||||
onConfirmationClick:^() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue