chore: Follow up update last event

This commit is contained in:
Krille 2024-05-29 07:27:51 +02:00
parent b9b2d17990
commit bfd8d7f99c
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -232,7 +232,7 @@ class ChatListItem extends StatelessWidget {
softWrap: false,
)
: FutureBuilder(
key: ValueKey(lastEvent?.senderId),
key: ValueKey(lastEvent?.eventId),
future: needLastEventSender
? lastEvent.calcLocalizedBody(
MatrixLocals(L10n.of(context)!),