Preserve FileParams when sending jingle

This commit is contained in:
Stephen Paul Weber 2022-03-09 22:24:08 -05:00
parent a607f2f20a
commit 69a174f43f
No known key found for this signature in database
GPG Key ID: D11C2911CE519CDE
1 changed files with 0 additions and 1 deletions

View File

@ -590,7 +590,6 @@ public class JingleFileTransferConnection extends AbstractJingleConnection imple
content.addChild(security);
}
content.setDescription(this.description);
message.resetFileParams();
try {
this.mFileInputStream = new FileInputStream(file);
} catch (FileNotFoundException e) {