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

Commit 1f26663e authored by Philip Whitehouse's avatar Philip Whitehouse Committed by cketti
Browse files

Handle download of attachment correctly when saving requested

parent c7b5a506
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);
            }
        });
    }