mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-21 23:08:32 +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;
|
PhoneMainView.instance.currentRoom = NULL;
|
||||||
[[UIApplication sharedApplication] setIdleTimerDisabled:false];
|
[[UIApplication sharedApplication] setIdleTimerDisabled:false];
|
||||||
_chatRoom = NULL;
|
_chatRoom = NULL;
|
||||||
|
_tableController.chatRoom = nil;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)removeCallBacks {
|
- (void)removeCallBacks {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue