mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-22 16:51:05 +10:00
Update lib/connector/meshcore_connector.dart
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -3534,7 +3534,7 @@ class MeshCoreConnector extends ChangeNotifier {
|
|||||||
|
|
||||||
_directRepeaters.removeWhere((r) => r.isStale());
|
_directRepeaters.removeWhere((r) => r.isStale());
|
||||||
|
|
||||||
if (contact.type == advTypeChat && contact.type == advTypeSensor) {
|
if (contact.type == advTypeChat || contact.type == advTypeSensor) {
|
||||||
notifyListeners();
|
notifyListeners();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user