Merge branch 'main' into dev-mapOverlap

This commit is contained in:
zjs81
2026-03-23 18:49:19 -07:00
committed by GitHub
17 changed files with 990 additions and 898 deletions
-1
View File
@@ -970,7 +970,6 @@ void _privacySettings(BuildContext context, MeshCoreConnector connector) {
value: advertLocPolicy,
onChanged: (value) {
setDialogState(() => advertLocPolicy = value);
advertLocPolicy = value;
},
),
const SizedBox(height: 8),