Update lib/connector/meshcore_connector.dart

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Winston Lowe
2026-02-15 12:58:34 -08:00
committed by GitHub
parent 152d5f8bb5
commit 4019741a81
+1 -1
View File
@@ -2035,7 +2035,7 @@ class MeshCoreConnector extends ChangeNotifier {
} }
void _handleContactAdvert(Contact contact) { void _handleContactAdvert(Contact contact) {
if (contact.publicKey == _selfPublicKey) { if (listEquals(contact.publicKey, _selfPublicKey)) {
return; return;
} }