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
|
||||
.clip(CircleShape)
|
||||
.clickable {
|
||||
onClick(item)
|
||||
}
|
||||
.aspectRatio(1f)
|
||||
.weight(1f),
|
||||
|
|
|
|||
Loading…
Reference in New Issue