fix selection (#1286)
This commit is contained in:
parent
ff695cb767
commit
e1ef6cc5b1
@ -428,6 +428,10 @@ fun IconShapePreference(
|
||||
modifier = Modifier.clip(getShape(it))
|
||||
.size(48.dp)
|
||||
.background(MaterialTheme.colorScheme.primary)
|
||||
.clickable {
|
||||
onValueChanged(it)
|
||||
showDialog = false
|
||||
}
|
||||
)
|
||||
Text(
|
||||
getShapeName(it) ?: "",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user