Skip to content

Commit

Permalink
fix: make actual current CameraPositionState available via currentCam…
Browse files Browse the repository at this point in the history
…eraPositionState (#482)
  • Loading branch information
bubenheimer committed Jan 23, 2024
1 parent 9e0bf9e commit 04efc80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public fun GoogleMap(
mapUiSettings = currentUiSettings,
)
CompositionLocalProvider(
LocalCameraPositionState provides cameraPositionState,
LocalCameraPositionState provides currentCameraPositionState,
) {
currentContent?.invoke()
}
Expand Down

0 comments on commit 04efc80

Please sign in to comment.