Loading packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/CommunalHub.kt +1 −1 Original line number Diff line number Diff line Loading @@ -546,7 +546,7 @@ private fun BoxScope.CommunalHubLazyGrid( } } else { CommunalContent( modifier = cardModifier.animateItemPlacement(), modifier = cardModifier.animateItem(), model = list[index], viewModel = viewModel, size = size, Loading packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/GridDragDropState.kt +1 −1 Original line number Diff line number Diff line Loading @@ -261,7 +261,7 @@ fun LazyGridItemScope.DraggableItem( alpha = itemAlpha } } else { Modifier.animateItemPlacement() Modifier.animateItem() } // Animate the highlight alpha manually as alpha modifier (and AnimatedVisibility) clips the Loading Loading
packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/CommunalHub.kt +1 −1 Original line number Diff line number Diff line Loading @@ -546,7 +546,7 @@ private fun BoxScope.CommunalHubLazyGrid( } } else { CommunalContent( modifier = cardModifier.animateItemPlacement(), modifier = cardModifier.animateItem(), model = list[index], viewModel = viewModel, size = size, Loading
packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/GridDragDropState.kt +1 −1 Original line number Diff line number Diff line Loading @@ -261,7 +261,7 @@ fun LazyGridItemScope.DraggableItem( alpha = itemAlpha } } else { Modifier.animateItemPlacement() Modifier.animateItem() } // Animate the highlight alpha manually as alpha modifier (and AnimatedVisibility) clips the Loading