forked from mirrors/linphone-iphone
fix textFiled not updated correctly in ios13
This commit is contained in:
parent
836437d74f
commit
a8a0804740
1 changed files with 1 additions and 1 deletions
|
|
@ -503,8 +503,8 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
- (IBAction)onEditClick:(id)event {
|
||||
if (_tableController.isEditing) {
|
||||
[LinphoneManager.instance setContactsUpdated:TRUE];
|
||||
[self setEditing:FALSE];
|
||||
if(![self hasDuplicateContactOf:_contact]){
|
||||
[self setEditing:FALSE];
|
||||
[self saveData];
|
||||
_isAdding = FALSE;
|
||||
self.tmpContact = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue