TF-934 Implement open email in new tab

This commit is contained in:
dab246
2022-11-14 16:30:25 +07:00
committed by Dat H. Pham
parent 83f8049c48
commit 4f981878c3
13 changed files with 432 additions and 251 deletions
+1
View File
@@ -17,4 +17,5 @@ enum EmailActionType {
selection,
moveToSpam,
unSpam,
openInNewTab
}
@@ -155,7 +155,7 @@ extension PresentationEmailExtension on PresentationEmail {
mailboxIds: mailboxIds,
mailboxNames: listMailboxName,
selectMode: selectMode,
routeWeb: routeWeb
routeWeb: routeWeb
);
}