mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Don't destroy chatrooms, they should be kept in-memory to handle message updates
This commit is contained in:
parent
11f5400fa9
commit
f6de70b5af
1 changed files with 2 additions and 5 deletions
|
|
@ -198,11 +198,8 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
}
|
||||
|
||||
[messageField resignFirstResponder];
|
||||
|
||||
if(chatRoom != NULL) {
|
||||
linphone_chat_room_destroy(chatRoom);
|
||||
chatRoom = NULL;
|
||||
}
|
||||
|
||||
chatRoom = NULL;
|
||||
|
||||
[self setComposingVisible:FALSE withDelay:0]; // will hide the "user is composing.." message
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue