TF-248 Change floating button compose email

This commit is contained in:
dab246
2022-02-09 10:49:27 +07:00
committed by Dat H. Pham
parent c0f0b5875b
commit 879692aa54
6 changed files with 200 additions and 4 deletions
@@ -470,5 +470,11 @@ class AppLocalizations {
'Search for emails and files',
name: 'hint_search_emails');
}
String get compose {
return Intl.message(
'Compose',
name: 'compose');
}
}