Skip to content

Commit

Permalink
Fix: List item selection
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Sep 6, 2022
1 parent da144ea commit c56c3c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ fun SelectableRow(
selected = selectedState.value,
onClick = {
selectedState.value = true
onClick()
},
modifier = Modifier.padding(horizontal = 8.dp),
colors = RadioButtonDefaults.colors(
Expand Down

0 comments on commit c56c3c4

Please sign in to comment.