TF-1200 Fix sent mails do not show the CC/BCC info
This commit is contained in:
@@ -497,13 +497,13 @@ class EmailView extends GetWidget<SingleEmailController>
|
|||||||
presentationEmail,
|
presentationEmail,
|
||||||
PrefixEmailAddress.to,
|
PrefixEmailAddress.to,
|
||||||
isDisplayFull),
|
isDisplayFull),
|
||||||
if (presentationEmail.cc.numberEmailAddress() > 0 && isDisplayFull)
|
if (presentationEmail.cc.numberEmailAddress() > 0)
|
||||||
_buildEmailAddressByPrefix(
|
_buildEmailAddressByPrefix(
|
||||||
context,
|
context,
|
||||||
presentationEmail,
|
presentationEmail,
|
||||||
PrefixEmailAddress.cc,
|
PrefixEmailAddress.cc,
|
||||||
isDisplayFull),
|
isDisplayFull),
|
||||||
if (presentationEmail.bcc.numberEmailAddress() > 0 && isDisplayFull)
|
if (presentationEmail.bcc.numberEmailAddress() > 0)
|
||||||
_buildEmailAddressByPrefix(
|
_buildEmailAddressByPrefix(
|
||||||
context,
|
context,
|
||||||
presentationEmail,
|
presentationEmail,
|
||||||
|
|||||||
Reference in New Issue
Block a user