TF-105 [BUG] Fix email address should be in lower case

This commit is contained in:
dab246
2021-10-11 12:17:04 +07:00
committed by Dat H. Pham
parent 15e1417730
commit ca28b55d24
6 changed files with 24 additions and 20 deletions
@@ -86,8 +86,8 @@ class EmailTileBuilder {
Expanded(
child: Text(
_mailboxRole == PresentationMailbox.roleSent
? '${_presentationEmail.recipientsName().inCaps}'
: '${_presentationEmail.getSenderName().inCaps}',
? '${_presentationEmail.recipientsName()}'
: '${_presentationEmail.getSenderName()}',
maxLines: 1,
overflow:TextOverflow.ellipsis,
style: TextStyle(