diff options
| -rw-r--r-- | packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/TransitionDsl.kt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/TransitionDsl.kt b/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/TransitionDsl.kt index 79b38563b8f9..5e963811729a 100644 --- a/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/TransitionDsl.kt +++ b/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/TransitionDsl.kt @@ -245,9 +245,7 @@ interface OverscrollScope : Density { interface ElementContentPicker { /** * Return the content in which [element] should be drawn (when using `Modifier.element(key)`) or - * composed (when using `MovableElement(key)`) during the given [transition]. If this element - * should not be drawn or composed in neither [transition.fromContent] nor - * [transition.toContent], return `null`. + * composed (when using `MovableElement(key)`) during the given [transition]. * * Important: For [MovableElements][ContentScope.MovableElement], this content picker will * *always* be used during transitions to decide whether we should compose that element in a |