mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-13 04:35:05 -05:00
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
Block a user