forked from mirrors/linphone-iphone
Revert "try to fix crash: linphone_chat_room_get_capabilities"
This reverts commit 763d56a0bc.
This commit is contained in:
parent
10432eb1ca
commit
2423e64fe2
1 changed files with 0 additions and 2 deletions
|
|
@ -205,7 +205,6 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
if (_chatRoom && _chatRoomCbs) {
|
||||
linphone_chat_room_remove_callbacks(_chatRoom, _chatRoomCbs);
|
||||
_chatRoomCbs = NULL;
|
||||
_chatRoom = NULL;
|
||||
}
|
||||
|
||||
[_messageField resignFirstResponder];
|
||||
|
|
@ -219,7 +218,6 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
- (void)didEnterBackground:(NSNotification *)notif {
|
||||
linphone_chat_room_remove_callbacks(_chatRoom, _chatRoomCbs);
|
||||
_chatRoomCbs = NULL;
|
||||
_chatRoom = NULL;
|
||||
}
|
||||
|
||||
- (void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue