made video thumbnail available during upload
This commit is contained in:
parent
e43f8f5a39
commit
e582b79207
1 changed files with 1 additions and 0 deletions
|
@ -549,6 +549,7 @@ public class XmppConnectionService extends Service {
|
|||
|
||||
@Override
|
||||
public void onTranscodeCompleted() {
|
||||
getFileBackend().updateFileParams(message);
|
||||
if (message.getEncryption() == Message.ENCRYPTION_DECRYPTED) {
|
||||
getPgpEngine().encrypt(message, callback);
|
||||
} else {
|
||||
|
|
Reference in a new issue