Merge pull request #1692

Handle download of attachment correctly when saving requested

Fixes #1629
This commit is contained in:
cketti 2016-10-08 11:00:26 +02:00
commit fc79b290d0

View file

@ -84,7 +84,7 @@ public class AttachmentController {
@Override
public void run() {
messageViewFragment.refreshAttachmentThumbnail(attachment);
saveAttachmentTo(directory);
saveLocalAttachmentTo(directory);
}
});
}