mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix dynamically change filetransfer message state
This commit is contained in:
parent
b5f93f1a83
commit
190bb567c0
2 changed files with 2 additions and 1 deletions
|
|
@ -55,6 +55,7 @@
|
|||
if (!event || !(linphone_event_log_get_type(event) == LinphoneEventLogTypeConferenceChatMessage))
|
||||
return;
|
||||
|
||||
super.event = event;
|
||||
[self setChatMessage:linphone_event_log_get_chat_message(event)];
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 34a95033a745de0f1e23922e859b9b5da348ee0b
|
||||
Subproject commit 1616b8062bfed2190a4720702922fe37eceffe0f
|
||||
Loading…
Add table
Reference in a new issue