mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 07:37:29 +00:00
Fix issue with editing and forwarding a received video.
This commit is contained in:
@@ -1196,7 +1196,8 @@ public class AttachmentDatabase extends Database {
|
||||
|
||||
boolean useTemplateUpload = template.getUploadTimestamp() > attachment.getUploadTimestamp() &&
|
||||
template.getTransferState() == TRANSFER_PROGRESS_DONE &&
|
||||
template.getTransformProperties().shouldSkipTransform();
|
||||
template.getTransformProperties().shouldSkipTransform() &&
|
||||
!attachment.getTransformProperties().isVideoEdited();
|
||||
|
||||
ContentValues contentValues = new ContentValues();
|
||||
contentValues.put(MMS_ID, mmsId);
|
||||
|
Reference in New Issue
Block a user