Compare commits

..

1 commit

Author SHA1 Message Date
Michele Maione 81f9a738d2
Merge ee12a4366b into b847dcf6fe 2024-06-20 02:19:18 +00:00
2 changed files with 2 additions and 4 deletions

View file

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

View file

@ -64,7 +64,7 @@ dependencies:
keyboard_shortcuts: ^0.1.4
latlong2: ^0.9.1
linkify: ^5.0.0
matrix: ^0.29.13
matrix: ^0.29.12
native_imaging: ^0.1.1
package_info_plus: ^6.0.0
pasteboard: ^0.2.0