TF-1865: Modify sending email in composer when tap item and Long press item

(cherry picked from commit 5cfda1d92f38da9e5e4fab1413e6e52229a51639)
This commit is contained in:
HuyNguyen
2023-06-05 00:23:29 +07:00
committed by Dat Vu
parent c70a388732
commit 48d32b048d
18 changed files with 159 additions and 23 deletions
@@ -185,6 +185,7 @@ class ImagePaths {
String get icAvatarPersonal => _getImagePath('ic_avatar_personal.svg');
String get icDialogOfflineMode => _getImagePath('ic_dialog_offline_mode.svg');
String get icMenuMailbox => _getImagePath('ic_menu_mailbox.svg');
String get icResendEmail => _getImagePath('ic_resend_email.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;