TF-1984 Show Empty action for Trash and Spam mailbox

(cherry picked from commit da70fe0678982be8bb4c2f8daa4c3cb76fc058a0)
This commit is contained in:
dab246
2023-08-30 10:24:46 +07:00
committed by Dat Vu
parent eb997f55b7
commit 41a1efb5de
8 changed files with 46 additions and 30 deletions
@@ -3288,4 +3288,11 @@ class AppLocalizations {
args: [action]
);
}
String get empty {
return Intl.message(
'Empty',
name: 'empty',
);
}
}