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:59:04 -08:00
committed by GitHub
parent 4019741a81
commit 04f5c44ed9
+1 -1
View File
@@ -3534,7 +3534,7 @@ class MeshCoreConnector extends ChangeNotifier {
_directRepeaters.removeWhere((r) => r.isStale());
if (contact.type == advTypeChat && contact.type == advTypeSensor) {
if (contact.type == advTypeChat || contact.type == advTypeSensor) {
notifyListeners();
return;
}