Loading packages/SystemUI/src/com/android/systemui/qs/panels/ui/compose/infinitegrid/Tile.kt +1 −9 Original line number Diff line number Diff line Loading @@ -130,15 +130,7 @@ fun Tile( // TODO(b/361789146): Draw the shapes instead of clipping val tileShape = TileDefaults.animateTileShape(uiState.state) val animatedColor by animateColorAsState( if (iconOnly || !uiState.handlesSecondaryClick) { colors.iconBackground } else { colors.background }, label = "QSTileBackgroundColor", ) val animatedColor by animateColorAsState(colors.background, label = "QSTileBackgroundColor") TileExpandable( color = { animatedColor }, Loading Loading
packages/SystemUI/src/com/android/systemui/qs/panels/ui/compose/infinitegrid/Tile.kt +1 −9 Original line number Diff line number Diff line Loading @@ -130,15 +130,7 @@ fun Tile( // TODO(b/361789146): Draw the shapes instead of clipping val tileShape = TileDefaults.animateTileShape(uiState.state) val animatedColor by animateColorAsState( if (iconOnly || !uiState.handlesSecondaryClick) { colors.iconBackground } else { colors.background }, label = "QSTileBackgroundColor", ) val animatedColor by animateColorAsState(colors.background, label = "QSTileBackgroundColor") TileExpandable( color = { animatedColor }, Loading