Remove old theme service completely.

This commit is contained in:
Burak Kaan Köse
2025-10-03 21:17:41 +02:00
parent 1c49b69332
commit e42ebb49ae
9 changed files with 15 additions and 18 deletions
@@ -18,7 +18,7 @@ namespace Wino.Mail.ViewModels;
public partial class EditAccountDetailsPageViewModel : MailBaseViewModel
{
private readonly IAccountService _accountService;
private readonly IThemeService _themeService;
private readonly INewThemeService _themeService;
private readonly IImapTestService _imapTestService;
private readonly IMailDialogService _mailDialogService;
@@ -76,7 +76,7 @@ public partial class EditAccountDetailsPageViewModel : MailBaseViewModel
public bool IsImapServer => ServerInformation != null;
public EditAccountDetailsPageViewModel(IAccountService accountService,
IThemeService themeService,
INewThemeService themeService,
IImapTestService imapTestService,
IMailDialogService mailDialogService)
{