Assigned
Status Update
Comments
jb...@google.com <jb...@google.com>
di...@google.com <di...@google.com>
ps...@google.com <ps...@google.com> #2
Thanks! Over to Nader to take a detailed look!
Description
Composition(Applier, CompositionContext)
to implement a GoogleMap Compose wrapper; this composition is a subcomposition of UI composition, linked viarememberCompositionContext()
. I would like to visualize recomposition behavior in the Layout Inspector. Currently the Layout Inspector does not show the subcomposition and its composition tree.I have created a sample project that mimics the setup of android-maps-compose:https://github.com/bubenheimer/dualsubcomposition
Screenshot of Layout Inspector Component Tree attached, displaying sample project component tree: there are no relevant subcompositions visible underneath the "Box" component, or as a separate tree.