mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-26 13:36:39 +10:00
Add localization for missing location error in path tracing
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user