TF-1984 Show Empty action for Trash and Spam mailbox
(cherry picked from commit da70fe0678982be8bb4c2f8daa4c3cb76fc058a0)
This commit is contained in:
@@ -3288,4 +3288,11 @@ class AppLocalizations {
|
||||
args: [action]
|
||||
);
|
||||
}
|
||||
|
||||
String get empty {
|
||||
return Intl.message(
|
||||
'Empty',
|
||||
name: 'empty',
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user