Fixing some IsBusy corner cases.

This commit is contained in:
Burak Kaan Köse
2026-03-01 12:40:12 +01:00
parent 211faff750
commit 2c9351f551
5 changed files with 61 additions and 9 deletions
@@ -32,6 +32,11 @@ public interface IMailListItem : IMailHashContainer, IMailListItemSorting, INoti
/// </summary>
bool IsSelected { get; set; }
/// <summary>
/// Gets whether this item is currently processing a network operation.
/// </summary>
bool IsBusy { get; }
/// <summary>
/// Gets all selected mail items within this list item.
/// For MailItemViewModel: returns itself if IsSelected is true, otherwise empty