TF-3759 Update style popup context menu for email more action on thread view
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -150,6 +150,8 @@ extension EmailActionTypeExtension on EmailActionType {
|
||||
return imagePaths.icDownloadAttachment;
|
||||
case EmailActionType.editAsNewEmail:
|
||||
return imagePaths.icEdit;
|
||||
case EmailActionType.openInNewTab:
|
||||
return imagePaths.icOpenInNewTab;
|
||||
default:
|
||||
return '';
|
||||
}
|
||||
@@ -173,6 +175,8 @@ extension EmailActionTypeExtension on EmailActionType {
|
||||
return appLocalizations.downloadMessageAsEML;
|
||||
case EmailActionType.editAsNewEmail:
|
||||
return appLocalizations.editAsNewEmail;
|
||||
case EmailActionType.openInNewTab:
|
||||
return appLocalizations.openInNewTab;
|
||||
default:
|
||||
return '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user