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

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

Merge "Make a whole row clickable in recording settings" into main

parents bad6d5d3 3d685cb0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ private fun RichSwitch(
    onCheckedChange: (isChecked: Boolean) -> Unit,
    modifier: Modifier = Modifier,
) {
    SettingsRow(modifier) {
    SettingsRow(modifier.clickable(onClick = { onCheckedChange(!checked) })) {
        LoadingIcon(icon = icon.value, modifier = Modifier.size(40.dp).padding(8.dp))
        Text(
            text = label,