Fix crash when clicking "Save" on attachment that needs to be downloaded
This commit is contained in:
parent
bb16b1da3b
commit
336da94386
1 changed files with 1 additions and 1 deletions
|
@ -805,7 +805,7 @@ public class MessageViewFragment extends Fragment implements ConfirmationDialogF
|
|||
@Override
|
||||
public void onSaveAttachment(AttachmentViewInfo attachment) {
|
||||
//TODO: check if we have to download the attachment first
|
||||
|
||||
currentAttachmentViewInfo = attachment;
|
||||
getAttachmentController(attachment).saveAttachment();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue