TF-2947 Fix empty view for folder when no message in folder

This commit is contained in:
dab246
2024-08-05 14:56:40 +07:00
committed by Dat H. Pham
parent 5c820db497
commit b9b6d58b87
7 changed files with 160 additions and 95 deletions
@@ -2673,12 +2673,6 @@ class AppLocalizations {
name: 'noEmailMatchYourCurrentFilter');
}
String get reduceSomeFiltersAndTryAgain {
return Intl.message(
'Let\'s reduce some filters and try again',
name: 'reduceSomeFiltersAndTryAgain');
}
String get sendMessageFailure {
return Intl.message(
'Failure to send your message.',
@@ -3225,18 +3219,6 @@ class AppLocalizations {
);
}
String get folderCreatedTitle {
return Intl.message(
'Your folder is just created',
name: 'folderCreatedTitle');
}
String get folderCreatedMessage {
return Intl.message(
'To begin using this folder, you should add some rules to organize all of your mail in your own way.',
name: 'folderCreatedMessage');
}
String get createFilters {
return Intl.message(
'Create filters',