mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-18 04:38:29 +00:00
fix message file download
This commit is contained in:
parent
9ef9953238
commit
e08112d8c8
1 changed files with 2 additions and 0 deletions
|
|
@ -92,6 +92,8 @@ bool ChatMessageContentModel::downloadFile(const QString &name, QString *error)
|
|||
case linphone::ChatMessage::State::DeliveredToUser:
|
||||
case linphone::ChatMessage::State::Displayed:
|
||||
case linphone::ChatMessage::State::FileTransferDone:
|
||||
case linphone::ChatMessage::State::FileTransferError:
|
||||
case linphone::ChatMessage::State::FileTransferCancelling:
|
||||
break;
|
||||
case linphone::ChatMessage::State::FileTransferInProgress:
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue