mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-08-02 00:25:59 +10:00
fix: Improve message key handling and enhance contact tile key uniqueness
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user