Loading packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/Element.kt +4 −1 Original line number Diff line number Diff line Loading @@ -228,7 +228,10 @@ private fun Modifier.maybeElevateInContent( content.key, layoutImpl.elements.getValue(key), state, ) ) && // Always draw in the original content when overscrolling. state.progress > 0f && state.progress < 1f }, ) } Loading Loading
packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/Element.kt +4 −1 Original line number Diff line number Diff line Loading @@ -228,7 +228,10 @@ private fun Modifier.maybeElevateInContent( content.key, layoutImpl.elements.getValue(key), state, ) ) && // Always draw in the original content when overscrolling. state.progress > 0f && state.progress < 1f }, ) } Loading