made video thumbnail available during upload
This commit is contained in:
parent
c2105dfe46
commit
17e70f55a0
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue