TF-1710 Show banner delete all spam emails

(cherry picked from commit 6b45dcd8de1ca83225994d8918c0998515634d40)
This commit is contained in:
dab246
2023-08-03 18:42:40 +07:00
committed by Dat Vu
parent b0e21bd479
commit 7f35974b3b
7 changed files with 223 additions and 1 deletions
@@ -3222,4 +3222,16 @@ class AppLocalizations {
'You are about to permanently delete all items in Spam . Do you want to continue?',
name: 'emptySpamMessageDialog');
}
String get bannerDeleteAllSpamEmailsMessage {
return Intl.message(
'All messages in Spam will be deleted if you reach limited storage.',
name: 'bannerDeleteAllSpamEmailsMessage');
}
String get deleteAllSpamEmailsNow {
return Intl.message(
'Delete all spam emails now',
name: 'deleteAllSpamEmailsNow');
}
}