TF-2116 Apply new design composer mobile

(cherry picked from commit fe4ec144d1a18a94de782f87fff56bbf1cd3a00a)
This commit is contained in:
dab246
2023-09-07 09:53:34 +07:00
committed by Dat H. Pham
parent cbba97279a
commit 3809a05a35
33 changed files with 803 additions and 1002 deletions
@@ -3325,4 +3325,12 @@ class AppLocalizations {
name: 'embedCode'
);
}
String showMoreAttachment(int count) {
return Intl.message(
'Show more (+$count)',
name: 'showMoreAttachment',
args: [count]
);
}
}