fix: Improve message key handling and enhance contact tile key uniqueness

This commit is contained in:
Winston Lowe
2026-05-11 18:19:45 -07:00
parent a270e2e6d1
commit 61c897630c
4 changed files with 18 additions and 4 deletions
+2
View File
@@ -827,6 +827,7 @@ class _ContactsScreenState extends State<ContactsScreen> {
contact,
);
return _ContactTile(
key: ValueKey(contact.publicKeyHex),
contact: contact,
lastSeen: _resolveLastSeen(contact),
unreadCount: unreadCount,
@@ -1495,6 +1496,7 @@ class _ContactTile extends StatelessWidget {
final VoidCallback onLongPress;
const _ContactTile({
super.key,
required this.contact,
required this.lastSeen,
required this.unreadCount,