Remove async from adding attachments.
This commit is contained in:
@@ -239,7 +239,7 @@ namespace Wino.Views
|
||||
{
|
||||
var attachmentViewModel = await file.ToAttachmentViewModelAsync();
|
||||
|
||||
await ViewModel.IncludeAttachmentAsync(attachmentViewModel);
|
||||
ViewModel.IncludedAttachments.Add(attachmentViewModel);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user