forked from mirrors/linphone-iphone
ipad: fix crash for restart app when current view is chat and receive image in the same time
This commit is contained in:
parent
5cfa7933a8
commit
13acb88907
1 changed files with 4 additions and 0 deletions
|
|
@ -378,6 +378,10 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
}
|
||||
[self configureForRoom:self.editing];
|
||||
if (_chatRoom && _markAsRead) {
|
||||
if (IPAD) {
|
||||
[VIEW(ChatsListView).tableController loadData];
|
||||
}
|
||||
|
||||
[ChatConversationView markAsRead:_chatRoom];
|
||||
}
|
||||
_markAsRead = TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue