chore: Follow up update last event
This commit is contained in:
parent
b9b2d17990
commit
bfd8d7f99c
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ class ChatListItem extends StatelessWidget {
|
||||||
softWrap: false,
|
softWrap: false,
|
||||||
)
|
)
|
||||||
: FutureBuilder(
|
: FutureBuilder(
|
||||||
key: ValueKey(lastEvent?.senderId),
|
key: ValueKey(lastEvent?.eventId),
|
||||||
future: needLastEventSender
|
future: needLastEventSender
|
||||||
? lastEvent.calcLocalizedBody(
|
? lastEvent.calcLocalizedBody(
|
||||||
MatrixLocals(L10n.of(context)!),
|
MatrixLocals(L10n.of(context)!),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue