TF-3977 Add disable spam banner in preferences setting

This commit is contained in:
dab246
2025-08-29 18:21:10 +07:00
committed by Dat H. Pham
parent 7f4dcf8b38
commit 612fc75f02
41 changed files with 534 additions and 404 deletions
@@ -36,11 +36,6 @@ class SpamReportRepositoryImpl extends SpamReportRepository {
return mapDataSource[DataSourceType.local]!.storeSpamReportState(spamReportState);
}
@override
Future<void> deleteSpamReportState() {
return mapDataSource[DataSourceType.local]!.deleteSpamReportState();
}
@override
Future<Mailbox> getSpamMailboxCached(AccountId accountId, UserName userName) {
return mapDataSource[DataSourceType.hiveCache]!.getSpamMailboxCached(accountId, userName);