mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 16:30:28 +00:00
Fix RX advert data parsing
This commit is contained in:
@@ -325,7 +325,9 @@ class ContactTile extends StatelessWidget {
|
||||
contact.type == ContactType.room ||
|
||||
contact.type == ContactType.channel;
|
||||
final canSetPath =
|
||||
contact.type == ContactType.chat || contact.type == ContactType.room;
|
||||
contact.type == ContactType.chat ||
|
||||
contact.type == ContactType.room ||
|
||||
contact.type == ContactType.repeater;
|
||||
final canAddToSensors =
|
||||
contact.type == ContactType.chat ||
|
||||
contact.type == ContactType.repeater;
|
||||
|
||||
Reference in New Issue
Block a user