mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-04-20 22:13:48 +00:00
Update lib/connector/meshcore_connector.dart
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
4019741a81
commit
04f5c44ed9
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue