Add name to call argument.
This commit is contained in:
parent
df32534045
commit
32996e421a
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ fun SendLocationView(
|
|||
lon = cameraPositionState.position.target!!.longitude,
|
||||
zoom = cameraPositionState.position.zoom,
|
||||
),
|
||||
cameraPositionState.location?.let {
|
||||
location = cameraPositionState.location?.let {
|
||||
Location(
|
||||
lat = it.latitude,
|
||||
lon = it.longitude,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue