fix: issue where unicode emoji in the picker are not clickable
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
ae87815dca
commit
f8af5e4abd
|
|
@ -582,6 +582,7 @@ fun ColumnScope.PickerItem(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.clip(CircleShape)
|
.clip(CircleShape)
|
||||||
.clickable {
|
.clickable {
|
||||||
|
onClick(item)
|
||||||
}
|
}
|
||||||
.aspectRatio(1f)
|
.aspectRatio(1f)
|
||||||
.weight(1f),
|
.weight(1f),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue