This commit is contained in:
M66B 2019-12-30 21:24:15 +01:00
parent 20e8333a53
commit 8d3f065b87
1 changed files with 2 additions and 0 deletions

View File

@ -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())) {