Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc79b290 authored by cketti's avatar cketti
Browse files

Merge pull request #1692

Handle download of attachment correctly when saving requested

Fixes #1629
parents 327a47d2 1f26663e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ public class AttachmentController {
            @Override
            public void run() {
                messageViewFragment.refreshAttachmentThumbnail(attachment);
                saveAttachmentTo(directory);
                saveLocalAttachmentTo(directory);
            }
        });
    }