Skip to content

fix: clustering idle timeout#855

Open
kikoso wants to merge 1 commit intomainfrom
fix/clustering-idle-timeout
Open

fix: clustering idle timeout#855
kikoso wants to merge 1 commit intomainfrom
fix/clustering-idle-timeout

Conversation

@kikoso
Copy link
Collaborator

@kikoso kikoso commented Feb 26, 2026

ComposeUiClusterRenderer incorrectly created empty ComposeViews for clusters even when clusterContent was null, which kept the composition busy and caused test timeouts; this PR ensures ViewKeys are only generated when custom content is provided.

Fixes #579

@kikoso kikoso force-pushed the fix/clustering-idle-timeout branch from 1524110 to bce2c9d Compare February 26, 2026 08:46
@kikoso kikoso changed the title Fix/clustering idle timeout fix: clustering idle timeout Feb 26, 2026
@googlemaps-bot
Copy link
Contributor

Code Coverage

There is no coverage information present for the Files changed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ComposeNotIdleException with rememberClusterRenderer and clusterContent=null

3 participants