Fixed an issue where merged accounts are counting as 1 account for premium limit.
This commit is contained in:
@@ -21,6 +21,8 @@ namespace Wino.Mail.ViewModels.Data
|
||||
|
||||
public string StartupEntityAddresses => Account.Address;
|
||||
|
||||
public int HoldingAccountCount => 1;
|
||||
|
||||
public AccountProviderDetailViewModel(IProviderDetail providerDetail, MailAccount account)
|
||||
{
|
||||
ProviderDetail = providerDetail;
|
||||
|
||||
@@ -24,6 +24,8 @@ namespace Wino.Mail.ViewModels.Data
|
||||
|
||||
public string StartupEntityAddresses => AccountAddresses;
|
||||
|
||||
public int HoldingAccountCount => HoldingAccounts.Count;
|
||||
|
||||
public MergedAccountProviderDetailViewModel(MergedInbox mergedInbox, List<AccountProviderDetailViewModel> holdingAccounts)
|
||||
{
|
||||
MergedInbox = mergedInbox;
|
||||
|
||||
Reference in New Issue
Block a user