TF-2717 Display attachment bar below subject field on mobile

This commit is contained in:
dab246
2024-03-19 12:20:48 +07:00
committed by Dat H. Pham
parent d9f4005bdf
commit e6e25fc06d
8 changed files with 171 additions and 58 deletions
@@ -4030,4 +4030,17 @@ class AppLocalizations {
name: 'mailToAttendees'
);
}
String showMore(int count) {
return Intl.message(
'Show more (+$count)',
name: 'showMore',
args: [count]);
}
String get showLess {
return Intl.message(
'Show less',
name: 'showLess');
}
}