googlemaps / googlemaps/android-maps-compose

ANR when using cameraPositionState.animate or move in LaunchedEffect

Open
#391 5 comments 4 reactions 0 assignees View on GitHub
needs more info priority: p0 type: bug
Dominant language
Kotlin
Stars
1.3k
Forks
181
Avg merge
2d 23h
Merged PRs (30d)
18

Description

I am using the Clustering Composable. The zoom animation completes successfully without any errors but after zooming the application is not responding
#### Code example

```
LaunchedEffect(zoomToBounds) {
zoomToBounds?.let {
cameraPositionState.move(
it.toCameraUpdate(density)
)
}

}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.