Compare commits

..

3 commits

Author SHA1 Message Date
Michele Maione 4bbbeab384
Merge ee12a4366b into cdd32e7002 2024-06-27 09:25:32 -04:00
Krille cdd32e7002
chore: Update last event after decryption 2024-06-26 14:46:51 +02:00
Krille 520d854e68
build: Update matrix dart sdk 2024-06-24 13:46:41 +02:00
2 changed files with 4 additions and 2 deletions

View file

@ -232,7 +232,9 @@ class ChatListItem extends StatelessWidget {
softWrap: false,
)
: FutureBuilder(
key: ValueKey(lastEvent?.eventId),
key: ValueKey(
'${lastEvent?.eventId}_${lastEvent?.type}',
),
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.12
matrix: ^0.29.13
native_imaging: ^0.1.1
package_info_plus: ^6.0.0
pasteboard: ^0.2.0