made video thumbnail available during upload

This commit is contained in:
Daniel Gultsch 2017-09-18 12:31:57 +02:00
parent c2105dfe46
commit 17e70f55a0
1 changed files with 1 additions and 0 deletions

View File

@ -546,6 +546,7 @@ public class XmppConnectionService extends Service {
@Override
public void onTranscodeCompleted() {
getFileBackend().updateFileParams(message);
if (message.getEncryption() == Message.ENCRYPTION_DECRYPTED) {
getPgpEngine().encrypt(message, callback);
} else {