fix save imap settings and progress ring.

Added notification that settings saved.
This commit is contained in:
Aleh Khantsevich
2025-07-04 00:48:34 +02:00
parent 3e889d8c08
commit 815295e548
5 changed files with 29 additions and 19 deletions

View File

@@ -170,4 +170,5 @@ public interface IAccountService
/// <param name="accountId">Account id.</param>
/// <returns>Whether the notifications should be created after sync or not.</returns>
Task<bool> IsNotificationsEnabled(Guid accountId);
Task UpdateAccountCustomServerInformationAsync(CustomServerInformation customServerInformation);
}