forked from mirrors/linphone-iphone
fix blocking in the security view
This commit is contained in:
parent
47b86c03e3
commit
4ea81a0730
1 changed files with 2 additions and 0 deletions
|
|
@ -652,6 +652,7 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
} onConfirmationClick:^() {
|
||||
[LinphoneManager.instance doCallWithSas:addr isSas:TRUE];
|
||||
}];
|
||||
[_messageField resignFirstResponder];
|
||||
securityDialog.authView.hidden = FALSE;
|
||||
}
|
||||
return;
|
||||
|
|
@ -665,6 +666,7 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
} onConfirmationClick:^() {
|
||||
[self goToDeviceListView];
|
||||
}];
|
||||
[_messageField resignFirstResponder];
|
||||
securityDialog.authView.hidden = FALSE;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue