Merge pull request #1692
Handle download of attachment correctly when saving requested Fixes #1629
This commit is contained in:
commit
fc79b290d0
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ public class AttachmentController {
|
|||
@Override
|
||||
public void run() {
|
||||
messageViewFragment.refreshAttachmentThumbnail(attachment);
|
||||
saveAttachmentTo(directory);
|
||||
saveLocalAttachmentTo(directory);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue