mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
fix crash of updating imdn list
This commit is contained in:
parent
3e777b5cc2
commit
f249caf0c6
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
}
|
||||
|
||||
- (void)updateImdnList {
|
||||
if (_msg) {
|
||||
if (_msg && linphone_chat_message_get_chat_room(_msg)) {
|
||||
_displayedList = linphone_chat_message_get_participants_by_imdn_state(_msg, LinphoneChatMessageStateDisplayed);
|
||||
_receivedList = linphone_chat_message_get_participants_by_imdn_state(_msg, LinphoneChatMessageStateDeliveredToUser);
|
||||
_notReceivedList = linphone_chat_message_get_participants_by_imdn_state(_msg, LinphoneChatMessageStateDelivered);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue