googlemaps / googlemaps/android-maps-compose
ANR when using cameraPositionState.animate or move in LaunchedEffect
Open
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
Assessment
This issue has not been assessed yet.