TF-164 [BUG] Fix Draft, Outbox header should change to recipient
This commit is contained in:
@@ -85,7 +85,9 @@ class EmailTileBuilder {
|
||||
children: [
|
||||
Expanded(
|
||||
child: Text(
|
||||
_mailboxRole == PresentationMailbox.roleSent
|
||||
(_mailboxRole == PresentationMailbox.roleSent
|
||||
|| _mailboxRole == PresentationMailbox.roleDrafts
|
||||
|| _mailboxRole == PresentationMailbox.roleOutbox)
|
||||
? '${_presentationEmail.recipientsName()}'
|
||||
: '${_presentationEmail.getSenderName()}',
|
||||
maxLines: 1,
|
||||
|
||||
Reference in New Issue
Block a user