pull/171/head
M66B 5 years ago
parent 20e8333a53
commit 8d3f065b87

@ -1845,6 +1845,8 @@ public class FragmentCompose extends FragmentBase {
File file = attachment.getFile(context);
input.renameTo(file);
db.attachment().setDownloaded(attachment.id, file.length());
// send message
return null;
} else if (OpenPgpApi.ACTION_SIGN_AND_ENCRYPT.equals(data.getAction())) {

Loading…
Cancel
Save