mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 00:29:21 +00:00
don't go back to contactLists when canceling a contact edition
This commit is contained in:
parent
dbee510584
commit
17bf94e2b9
1 changed files with 1 additions and 0 deletions
|
|
@ -287,6 +287,7 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
if (_contact.phoneNumbers.count + _contact.sipAddresses.count > 0) {
|
||||
[self setEditing:FALSE];
|
||||
[self resetData];
|
||||
} else {
|
||||
_emptyLabel.hidden = NO;
|
||||
_avatarImage.hidden = !_emptyLabel.hidden;
|
||||
_deleteButton.hidden = !_emptyLabel.hidden;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue