Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42738be4 authored by Lucas Silva's avatar Lucas Silva Committed by Android (Google) Code Review
Browse files

Merge "Ensure item always takes up required size" into main

parents 7c22ea91 dcd47306
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -781,7 +781,7 @@ private fun BoxScope.CommunalHubLazyGrid(
                        key = item.key,
                    ) { isDragging ->
                        CommunalContent(
                            modifier = Modifier.fillMaxSize(),
                            modifier = Modifier.requiredSize(dpSize),
                            model = item,
                            viewModel = viewModel,
                            size = size,