forked from mirrors/linphone-iphone
fix add participants in group chat
This commit is contained in:
parent
e321e1b772
commit
ebeefb0777
1 changed files with 1 additions and 0 deletions
|
|
@ -261,6 +261,7 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
ChatConversationCreateView *view = VIEW(ChatConversationCreateView);
|
||||
view.tableController.notFirstTime = TRUE;
|
||||
view.isForEditing = !_create;
|
||||
view.isGroupChat = TRUE;
|
||||
view.tableController.contactsGroup = [_contacts mutableCopy];
|
||||
[PhoneMainView.instance popToView:view.compositeViewDescription];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue