Loading packages/SystemUI/compose/features/src/com/android/systemui/ambientcue/ui/compose/ActionList.kt +5 −1 Original line number Diff line number Diff line Loading @@ -306,7 +306,11 @@ fun ActionList( Chip( action = action, modifier = Modifier.onSizeChanged { childHeights[index] = it.height } Modifier.onSizeChanged { if (index < childHeights.size) { childHeights[index] = it.height } } .graphicsLayer { translationY = (1f - translation) * appxColumnY scaleX = scale Loading Loading
packages/SystemUI/compose/features/src/com/android/systemui/ambientcue/ui/compose/ActionList.kt +5 −1 Original line number Diff line number Diff line Loading @@ -306,7 +306,11 @@ fun ActionList( Chip( action = action, modifier = Modifier.onSizeChanged { childHeights[index] = it.height } Modifier.onSizeChanged { if (index < childHeights.size) { childHeights[index] = it.height } } .graphicsLayer { translationY = (1f - translation) * appxColumnY scaleX = scale Loading