TF-1118 Apply new latest design forwarding
This commit is contained in:
@@ -7,7 +7,7 @@ extension TMailForwardExtension on TMailForward {
|
||||
|
||||
List<RecipientForward> get listRecipientForward {
|
||||
return forwards
|
||||
.map((emailAddress) => RecipientForward(EmailAddress(emailAddress, emailAddress)))
|
||||
.map((value) => RecipientForward(EmailAddress(value, value)))
|
||||
.toList();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user