Loading packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/ResponsiveLazyHorizontalGrid.kt +1 −1 Original line number Diff line number Diff line Loading @@ -275,6 +275,6 @@ private fun calculateNumCellsWidth(width: Dp) = private fun calculateNumCellsHeight(height: Dp) = when { height >= 1000.dp -> 3 height >= COMPACT_HEIGHT -> 2 height >= COMPACT_HEIGHT -> 3 else -> 1 } Loading
packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/ResponsiveLazyHorizontalGrid.kt +1 −1 Original line number Diff line number Diff line Loading @@ -275,6 +275,6 @@ private fun calculateNumCellsWidth(width: Dp) = private fun calculateNumCellsHeight(height: Dp) = when { height >= 1000.dp -> 3 height >= COMPACT_HEIGHT -> 2 height >= COMPACT_HEIGHT -> 3 else -> 1 }