googlemaps / googlemaps/android-maps-compose
Immutable Collection prevent composition many times even if required
Open
priority: p3
type: bug
- Dominant language
- Kotlin
- Stars
- 1.3k
- Forks
- 181
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 18
Description
I need to draw polylines
if I pass `List` it's fine but recomposing unnecessarily
https://user-images.githubusercontent.com/54987308/231945860-6d484479-51b3-41c4-9d0f-edb1875f887d.mov
if I pass `ImmutableList` it's skipping composition even if required many times
https://user-images.githubusercontent.com/54987308/231947188-6521e465-a799-48d0-8d08-c5c6f7f7ec6d.mov
Contributor guide
Assessment
This issue has not been assessed yet.