Fixed 'Delete' action not deleting the item after it's been marked as read.
This commit is contained in:
@@ -606,6 +606,11 @@ namespace Wino.Mail.ViewModels
|
|||||||
|
|
||||||
await ExecuteUIThread(() => { NotifyItemFoundState(); });
|
await ExecuteUIThread(() => { NotifyItemFoundState(); });
|
||||||
}
|
}
|
||||||
|
else if (isDeletedByGmailUnreadFolderAction)
|
||||||
|
{
|
||||||
|
// Remove the entry from the set so we can listen to actual deletes next time.
|
||||||
|
gmailUnreadFolderMarkedAsReadUniqueIds.Remove(removedMail.UniqueId);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
protected override async void OnDraftCreated(MailCopy draftMail, MailAccount account)
|
protected override async void OnDraftCreated(MailCopy draftMail, MailAccount account)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user