TF-3461 Add sort by message size
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -4506,4 +4506,18 @@ class AppLocalizations {
|
||||
name: 'downloadAttachmentHasBeenCancelled',
|
||||
);
|
||||
}
|
||||
|
||||
String get sizeDescending {
|
||||
return Intl.message(
|
||||
'Size: Big - Small',
|
||||
name: 'sizeDescending',
|
||||
);
|
||||
}
|
||||
|
||||
String get sizeAscending {
|
||||
return Intl.message(
|
||||
'Size: Small - Big',
|
||||
name: 'sizeAscending',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user