mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
lil fix on chat room cbs
This commit is contained in:
parent
1fc199447b
commit
ab8d017904
1 changed files with 2 additions and 0 deletions
|
|
@ -108,6 +108,8 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
selector:@selector(callUpdateEvent:)
|
||||
name:kLinphoneCallUpdate
|
||||
object:nil];
|
||||
if (_chatRoom)
|
||||
[self setChatRoom:_chatRoom];
|
||||
}
|
||||
|
||||
- (void)viewWillDisappear:(BOOL)animated {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue