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

Commit df5b9615 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add id for testing" into main

parents 56e50bde 4a73da86
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -35,6 +35,8 @@ import androidx.compose.ui.unit.dp
import androidx.lifecycle.compose.collectAsStateWithLifecycle
import com.android.systemui.Flags
import com.android.systemui.common.ui.compose.PagerDots
import com.android.systemui.compose.modifiers.sysUiResTagContainer
import com.android.systemui.compose.modifiers.sysuiResTag
import com.android.systemui.statusbar.policy.ui.dialog.viewmodel.ModesDialogViewModel

@Composable
@@ -89,7 +91,12 @@ fun ModeTileGrid(
    } else {
        LazyVerticalGrid(
            columns = GridCells.Fixed(1),
            modifier = modifier.fillMaxWidth().heightIn(max = 280.dp),
            modifier =
                modifier
                    .fillMaxWidth()
                    .heightIn(max = 280.dp)
                    .sysUiResTagContainer()
                    .sysuiResTag("scroll_view"),
            verticalArrangement = Arrangement.spacedBy(verticalSpacing),
            horizontalArrangement = Arrangement.spacedBy(8.dp),
        ) {