Add localization for missing location error in path tracing

This commit is contained in:
Winston Lowe
2026-02-08 11:57:04 -08:00
parent 98e0b05e73
commit 2f4b230b31
33 changed files with 125 additions and 22 deletions
+2 -2
View File
@@ -525,8 +525,8 @@ class _ChannelMessagePathMapScreenState
),
Marker(
point: LatLng(
context.read<MeshCoreConnector>().selfLatitude!,
context.read<MeshCoreConnector>().selfLongitude!,
context.read<MeshCoreConnector>().selfLatitude ?? 0.0,
context.read<MeshCoreConnector>().selfLongitude ?? 0.0,
),
width: 40,
height: 40,