mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
parent
161582141a
commit
908fd4a263
1 changed files with 5 additions and 1 deletions
|
|
@ -508,8 +508,12 @@ fun MapView(
|
|||
}
|
||||
}
|
||||
|
||||
DisappearingScaleBar(cameraPositionState = cameraPositionState)
|
||||
val currentCameraPosition = cameraPositionState.position
|
||||
var displayedZoom by remember { mutableStateOf(currentCameraPosition.zoom) }
|
||||
|
||||
if (displayedZoom != 0f) {
|
||||
DisappearingScaleBar(cameraPositionState = cameraPositionState)
|
||||
}
|
||||
editingWaypoint?.let { waypointToEdit ->
|
||||
EditWaypointDialog(
|
||||
waypoint = waypointToEdit,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue