forked from mirrors/linphone-iphone
display error popup when bad address in createChatConversation
This commit is contained in:
parent
80c417534d
commit
88d6abf06b
1 changed files with 2 additions and 2 deletions
|
|
@ -91,9 +91,9 @@
|
|||
UIAlertAction* defaultAction = [UIAlertAction actionWithTitle:@"OK"
|
||||
style:UIAlertActionStyleDefault
|
||||
handler:^(UIAlertAction * action) {}];
|
||||
|
||||
defaultAction.accessibilityLabel = @"OK";
|
||||
[errView addAction:defaultAction];
|
||||
[self presentViewController:errView animated:YES completion:nil];
|
||||
[PhoneMainView.instance presentViewController:errView animated:YES completion:nil];
|
||||
} else {
|
||||
ChatConversationView *view = VIEW(ChatConversationView);
|
||||
[view setChatRoom:room];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue