TF-174 Order the ThreadView base on ReceivedAt to uniform with load more
This commit is contained in:
committed by
Dat H. Pham
parent
630758e11a
commit
d8dd5ea31b
+1
-1
@@ -68,7 +68,7 @@ class SenderAndReceiverInformationTileBuilder {
|
||||
Padding(
|
||||
padding: EdgeInsets.only(top: 6),
|
||||
child: Text(
|
||||
'${_presentationEmail!.getEmailDateTime(Localizations.localeOf(_context).toLanguageTag(), pattern: 'dd/MM/yyyy h:mm a')}',
|
||||
'${_presentationEmail!.getReceivedAt(Localizations.localeOf(_context).toLanguageTag(), pattern: 'dd/MM/yyyy h:mm a')}',
|
||||
style: TextStyle(fontSize: 12, color: AppColor.baseTextColor),
|
||||
))
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user