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
+1 -1
View File
@@ -394,7 +394,7 @@ class _ChannelsScreenState extends State<ChannelsScreen> {
}
return Card(
key: ValueKey('channel_${channel.index}'),
key: ValueKey('${channel.index}_${channel.pskHex}_${channel.name}'),
margin: const EdgeInsets.only(bottom: 12),
child: GestureDetector(
onSecondaryTapUp: PlatformInfo.isDesktop