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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2035,7 +2035,7 @@ class MeshCoreConnector extends ChangeNotifier {
}
void _handleContactAdvert(Contact contact) {
if (contact.publicKey == _selfPublicKey) {
if (listEquals(contact.publicKey, _selfPublicKey)) {
return;
}