TF-248 Change position icon of item list email

This commit is contained in:
dab246
2022-02-08 17:11:34 +07:00
committed by Dat H. Pham
parent 9c1b31c614
commit 74131407f2
9 changed files with 70 additions and 58 deletions
@@ -28,7 +28,7 @@ extension DateTimeNullableExtension on DateTime? {
String toPattern() {
if (this != null) {
if (this!.isToday()) {
return 'h:mm a';
return 'H:mm';
} else if (this!.isYesterday()) {
return 'EEE';
} else if (this!.isThisYear()) {