mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 04:28:10 +00:00
Fix chat room views positioning when come back from background
This commit is contained in:
parent
223e44c862
commit
2ecaf9c58e
1 changed files with 3 additions and 0 deletions
|
|
@ -124,6 +124,9 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
|
||||
- (void)viewWillDisappear:(BOOL)animated {
|
||||
[super viewWillDisappear:animated];
|
||||
|
||||
[messageField resignFirstResponder];
|
||||
|
||||
if(chatRoom != NULL) {
|
||||
linphone_chat_room_destroy(chatRoom);
|
||||
chatRoom = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue