Fixed
Status Update
Comments
co...@google.com <co...@google.com>
co...@google.com <co...@google.com>
na...@google.com <na...@google.com> #2
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.compose.material3.adaptive:adaptive-layout:1.0.0-alpha11
androidx.compose.material3.adaptive:adaptive-layout-android:1.0.0-alpha11
androidx.compose.material3.adaptive:adaptive-layout-desktop:1.0.0-alpha11
Description
Most of the APIs that have something become visible or invisible expose a
AnimatedVisibilityScope
orAnimatedContentScope
.supportingPane exposes a LookaheadScope / ThreePaneScope. It should expose the above instead so that it can be properly integrated with
Modifier.sharedElement()
instead.