Property change based updates on the mails for fast bulk operations.
This commit is contained in:
@@ -243,6 +243,10 @@ public class NotificationBuilder : INotificationBuilder
|
||||
{
|
||||
ToastNotificationManager.History.Remove(mailUniqueId.ToString(), null);
|
||||
}
|
||||
catch (ArgumentException)
|
||||
{
|
||||
// Notification does not exists. Ignore.
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Log.Error(ex, $"Failed to remove notification for mail {mailUniqueId}");
|
||||
|
||||
Reference in New Issue
Block a user