Skip to content

Fix resending file transfer with 'null' file. On cancellation, the...

Julien Wadel requested to merge fix/filetransfer_cancel into master

Fix resending file transfer with 'null' file. On cancellation, the filetransfer is not reset that lead the message to have its Content as not isFile(). Then, next call to send() was done with no isFile() in its contents.

  • Restore the content.

liblinphone!2912 (merged)

Merge request reports