Move DM timestamps to the bottom of the message from the right

codemagic-setup
Hank Grabowski 2023-05-04 21:43:29 -04:00
rodzic 4b63a5f837
commit f91080856f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -91,7 +91,7 @@ class _MessageThreadScreenState extends State<MessageThreadScreen> {
? null
: const TextStyle(fontWeight: FontWeight.bold),
),
trailing: Text(DateTime.fromMillisecondsSinceEpoch(
subtitle: Text(DateTime.fromMillisecondsSinceEpoch(
m.createdAt * 1000)
.toString()),
);