mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Fix crash on marking chatroom as read
This commit is contained in:
parent
e5505a836c
commit
fd9afd66fa
1 changed files with 1 additions and 0 deletions
|
|
@ -314,6 +314,7 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
PhoneMainView.instance.currentRoom = NULL;
|
||||
[[UIApplication sharedApplication] setIdleTimerDisabled:false];
|
||||
_chatRoom = NULL;
|
||||
_tableController.chatRoom = nil;
|
||||
}
|
||||
|
||||
- (void)removeCallBacks {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue